#BC76F6

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

Shades of Heliotrope #BC76F6

Tints of Heliotrope #BC76F6

Color information

#BC76F6 (or 0xBC76F6) is unknown color: approx Heliotrope. HEX triplet: BC, 76 and F6. RGB value is (188,118,246). Sum of RGB (Red+Green+Blue) = 188+118+246=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 118 (46.48% from 255 or 21.38% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC76F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC76F6 is #438909. Grayscale: #999999. Windows color (decimal): -4425994 or 16152252. OLE color: 16152252.

HSL color Cylindrical-coordinate representation of color #BC76F6: hue angle of 272.81º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC76F6 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188118246-
CMYK0.240.5200.04
HSL272.81º87.67%71.37%-
HSV(B)272.81º52.03%96.47%-
XYZ43.8530.390.73-
YUV153.52180.19152.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.06%
GREEN value IS 118 (46.48% from 255) = 21.38%
BLUE value IS 246 (96.48% from 255) = 44.57%
R=34.06%
G=21.38%
B=44.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1881182460.240.5200.04272.8187.6771.37
HexBC76F61834041115847
Octal274166366306404421130107
Binary1011110011101101111011011000110100010010001000110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC76F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC76F6; }

 p { color: rgb(188,118,246); }

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

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

 a { background-color: rgb(188,118,246); }

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

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

 span { border-color: rgb(188,118,246); }

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