Shades of Heliotrope #BC76F7
Tints of Heliotrope #BC76F7
RGB
CMYK
RGB Variations
Color information
#BC76F7 (or 0xBC76F7) is known color: Heliotrope. HEX triplet: BC, 76 and F7. RGB value is (188,118,247). Sum of RGB (Red+Green+Blue) = 188+118+247=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 247 (96.88% from 255 or 44.67% from 553); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC76F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC76F7 is #438908. Grayscale: #999999. Windows color (decimal): -4425993 or 16217788. OLE color: 16217788.
HSL color Cylindrical-coordinate representation of color #BC76F7: hue angle of 272.56º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC76F7 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 118 | 247 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.03 |
| HSL | 272.56º | 0.89% | 0.72% | - |
| HSV(B) | 272.56º | 0.52% | 0.97% | - |
| XYZ | 44.01 | 30.36 | 91.54 | - |
| YUV | 153.64 | 180.69 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 247 | 0.24 | 0.52 | 0 | 0.03 | 272.56 | 0.89 | 0.72 |
| Hex | BC | 76 | F7 | 18 | 34 | 0 | 3 | 111 | 59 | 48 |
| Octal | 274 | 166 | 367 | 30 | 64 | 0 | 3 | 421 | 131 | 110 |
| Binary | 10111100 | 1110110 | 11110111 | 11000 | 110100 | 0 | 11 | 100010001 | 1011001 | 1001000 |
Color Harmonies of #BC76F7
Complementary color
Monochromatic Colors of #BC76F7
Black with #BC76F7
Text Example
Text Example
White with #BC76F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76F7; }
p { color: rgb(188,118,247); }
H1.HeaderClassName
{
color: #BC76F7;
}
.AnyTagClassName
{
color: #BC76F7;
}
</style>
background-color css
<style>
a { background-color: #BC76F7; }
a { background-color: rgb(188,118,247); }
div.DivClassName
{
background-color: #BC76F7;
}
.BgClassName
{
background-color: #BC76F7;
}
</style>
border-color css
<style>
span { border-color: #BC76F7; }
span { border-color: rgb(188,118,247); }
td.TdClassName
{
border-color: #BC76F7;
}
.TagClassName
{
border-color: #BC76F7;
}
</style>