Shades of Heliotrope #BC76F2
Tints of Heliotrope #BC76F2
RGB
CMYK
RGB Variations
Color information
#BC76F2 (or 0xBC76F2) is known color: Heliotrope. HEX triplet: BC, 76 and F2. RGB value is (188,118,242). Sum of RGB (Red+Green+Blue) = 188+118+242=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC76F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC76F2 is #43890D. Grayscale: #989898. Windows color (decimal): -4425998 or 15890108. OLE color: 15890108.
HSL color Cylindrical-coordinate representation of color #BC76F2: hue angle of 273.87º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC76F2 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 118 | 242 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.05 |
| HSL | 273.87º | 0.83% | 0.71% | - |
| HSV(B) | 273.87º | 0.51% | 0.95% | - |
| XYZ | 43.24 | 30.06 | 87.53 | - |
| YUV | 153.07 | 178.19 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 242 | 0.22 | 0.51 | 0 | 0.05 | 273.87 | 0.83 | 0.71 |
| Hex | BC | 76 | F2 | 16 | 33 | 0 | 5 | 112 | 53 | 47 |
| Octal | 274 | 166 | 362 | 26 | 63 | 0 | 5 | 422 | 123 | 107 |
| Binary | 10111100 | 1110110 | 11110010 | 10110 | 110011 | 0 | 101 | 100010010 | 1010011 | 1000111 |
Color Harmonies of #BC76F2
Complementary color
Monochromatic Colors of #BC76F2
Black with #BC76F2
Text Example
Text Example
White with #BC76F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76F2; }
p { color: rgb(188,118,242); }
H1.HeaderClassName
{
color: #BC76F2;
}
.AnyTagClassName
{
color: #BC76F2;
}
</style>
background-color css
<style>
a { background-color: #BC76F2; }
a { background-color: rgb(188,118,242); }
div.DivClassName
{
background-color: #BC76F2;
}
.BgClassName
{
background-color: #BC76F2;
}
</style>
border-color css
<style>
span { border-color: #BC76F2; }
span { border-color: rgb(188,118,242); }
td.TdClassName
{
border-color: #BC76F2;
}
.TagClassName
{
border-color: #BC76F2;
}
</style>