Shades of Heliotrope #BC75EC
Tints of Heliotrope #BC75EC
RGB
CMYK
RGB Variations
Color information
#BC75EC (or 0xBC75EC) is known color: Heliotrope. HEX triplet: BC, 75 and EC. RGB value is (188,117,236). Sum of RGB (Red+Green+Blue) = 188+117+236=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC75EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC75EC is #438A13. Grayscale: #979797. Windows color (decimal): -4426260 or 15496636. OLE color: 15496636.
HSL color Cylindrical-coordinate representation of color #BC75EC: hue angle of 275.8º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC75EC is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 117 | 236 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.07 |
| HSL | 275.8º | 0.76% | 0.69% | - |
| HSV(B) | 275.8º | 0.5% | 0.93% | - |
| XYZ | 42.24 | 29.47 | 82.82 | - |
| YUV | 151.8 | 175.52 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 236 | 0.20 | 0.50 | 0 | 0.07 | 275.8 | 0.76 | 0.69 |
| Hex | BC | 75 | EC | 14 | 32 | 0 | 7 | 114 | 4C | 45 |
| Octal | 274 | 165 | 354 | 24 | 62 | 0 | 7 | 424 | 114 | 105 |
| Binary | 10111100 | 1110101 | 11101100 | 10100 | 110010 | 0 | 111 | 100010100 | 1001100 | 1000101 |
Color Harmonies of #BC75EC
Complementary color
Monochromatic Colors of #BC75EC
Black with #BC75EC
Text Example
Text Example
White with #BC75EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC75EC; }
p { color: rgb(188,117,236); }
H1.HeaderClassName
{
color: #BC75EC;
}
.AnyTagClassName
{
color: #BC75EC;
}
</style>
background-color css
<style>
a { background-color: #BC75EC; }
a { background-color: rgb(188,117,236); }
div.DivClassName
{
background-color: #BC75EC;
}
.BgClassName
{
background-color: #BC75EC;
}
</style>
border-color css
<style>
span { border-color: #BC75EC; }
span { border-color: rgb(188,117,236); }
td.TdClassName
{
border-color: #BC75EC;
}
.TagClassName
{
border-color: #BC75EC;
}
</style>