#BC75F3

Color #BC75F3 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #BC75F3

Tints of Heliotrope #BC75F3

Color information

#BC75F3 (or 0xBC75F3) is unknown color: approx Heliotrope. HEX triplet: BC, 75 and F3. RGB value is (188,117,243). Sum of RGB (Red+Green+Blue) = 188+117+243=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 243 (95.31% from 255 or 44.34% from 548); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC75F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC75F3 is #438A0C. Grayscale: #989898. Windows color (decimal): -4426253 or 15955388. OLE color: 15955388.

HSL color Cylindrical-coordinate representation of color #BC75F3: hue angle of 273.81º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC75F3 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188117243-
CMYK0.230.5200.05
HSL273.81º84%70.59%-
HSV(B)273.81º51.85%95.29%-
XYZ43.2829.8988.28-
YUV152.59179.02153.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 34.31%
GREEN value IS 117 (46.09% from 255) = 21.35%
BLUE value IS 243 (95.31% from 255) = 44.34%
R=34.31%
G=21.35%
B=44.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881172430.230.5200.05273.818470.59
HexBC75F31734051125447
Octal274165363276405422124107
Binary1011110011101011111001110111110100010110001001010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC75F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC75F3; }

 p { color: rgb(188,117,243); }

 H1.HeaderClassName
 {
   color: #BC75F3;
 }
 .AnyTagClassName
 {
   color: #BC75F3;
 }
</style>
background-color css

<style>
 a { background-color: #BC75F3; }

 a { background-color: rgb(188,117,243); }

 div.DivClassName
 {
   background-color: #BC75F3;
 }
 .BgClassName
 {
   background-color: #BC75F3;
 }
</style>
border-color css

<style>
 span { border-color: #BC75F3; }

 span { border-color: rgb(188,117,243); }

 td.TdClassName
 {
   border-color: #BC75F3;
 }
 .TagClassName
 {
   border-color: #BC75F3;
 }
</style>