#BC66FB

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

Shades of Heliotrope #BC66FB

Tints of Heliotrope #BC66FB

Color information

#BC66FB (or 0xBC66FB) is unknown color: approx Heliotrope. HEX triplet: BC, 66 and FB. RGB value is (188,102,251). Sum of RGB (Red+Green+Blue) = 188+102+251=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 102 (40.23% from 255 or 18.85% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC66FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC66FB is #439904. Grayscale: #909090. Windows color (decimal): -4430085 or 16475836. OLE color: 16475836.

HSL color Cylindrical-coordinate representation of color #BC66FB: hue angle of 274.63º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC66FB is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188102251-
CMYK0.250.5900.02
HSL274.63º94.9%69.22%-
HSV(B)274.63º59.36%98.43%-
XYZ42.927.1694.25-
YUV144.7187.99158.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 102 (40.23% from 255) = 18.85%
BLUE value IS 251 (98.44% from 255) = 46.40%
R=34.75%
G=18.85%
B=46.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881022510.250.5900.02274.6394.969.22
HexBC66FB193B021135f45
Octal274146373317302423137105
Binary101111001100110111110111100111101101010001001110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC66FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC66FB; }

 p { color: rgb(188,102,251); }

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

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

 a { background-color: rgb(188,102,251); }

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

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

 span { border-color: rgb(188,102,251); }

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