Shades of Heliotrope #BC76EA
Tints of Heliotrope #BC76EA
RGB
CMYK
RGB Variations
Color information
#BC76EA (or 0xBC76EA) is known color: Heliotrope. HEX triplet: BC, 76 and EA. RGB value is (188,118,234). Sum of RGB (Red+Green+Blue) = 188+118+234=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 118 (46.48% from 255 or 21.85% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC76EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC76EA is #438915. Grayscale: #979797. Windows color (decimal): -4426006 or 15365820. OLE color: 15365820.
HSL color Cylindrical-coordinate representation of color #BC76EA: hue angle of 276.21º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC76EA is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 118 | 234 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.08 |
| HSL | 276.21º | 0.73% | 0.69% | - |
| HSV(B) | 276.21º | 0.5% | 0.92% | - |
| XYZ | 42.07 | 29.59 | 81.34 | - |
| YUV | 152.15 | 174.19 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 234 | 0.20 | 0.50 | 0 | 0.08 | 276.21 | 0.73 | 0.69 |
| Hex | BC | 76 | EA | 14 | 32 | 0 | 8 | 114 | 49 | 45 |
| Octal | 274 | 166 | 352 | 24 | 62 | 0 | 10 | 424 | 111 | 105 |
| Binary | 10111100 | 1110110 | 11101010 | 10100 | 110010 | 0 | 1000 | 100010100 | 1001001 | 1000101 |
Color Harmonies of #BC76EA
Complementary color
Monochromatic Colors of #BC76EA
Black with #BC76EA
Text Example
Text Example
White with #BC76EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76EA; }
p { color: rgb(188,118,234); }
H1.HeaderClassName
{
color: #BC76EA;
}
.AnyTagClassName
{
color: #BC76EA;
}
</style>
background-color css
<style>
a { background-color: #BC76EA; }
a { background-color: rgb(188,118,234); }
div.DivClassName
{
background-color: #BC76EA;
}
.BgClassName
{
background-color: #BC76EA;
}
</style>
border-color css
<style>
span { border-color: #BC76EA; }
span { border-color: rgb(188,118,234); }
td.TdClassName
{
border-color: #BC76EA;
}
.TagClassName
{
border-color: #BC76EA;
}
</style>