Shades of Heliotrope #BC73EE
Tints of Heliotrope #BC73EE
RGB
CMYK
RGB Variations
Color information
#BC73EE (or 0xBC73EE) is known color: Heliotrope. HEX triplet: BC, 73 and EE. RGB value is (188,115,238). Sum of RGB (Red+Green+Blue) = 188+115+238=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC73EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC73EE is #438C11. Grayscale: #969696. Windows color (decimal): -4426770 or 15627196. OLE color: 15627196.
HSL color Cylindrical-coordinate representation of color #BC73EE: hue angle of 275.61º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC73EE is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 115 | 238 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.07 |
| HSL | 275.61º | 0.78% | 0.69% | - |
| HSV(B) | 275.61º | 0.52% | 0.93% | - |
| XYZ | 42.3 | 29.13 | 84.28 | - |
| YUV | 150.85 | 177.18 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 238 | 0.21 | 0.52 | 0 | 0.07 | 275.61 | 0.78 | 0.69 |
| Hex | BC | 73 | EE | 15 | 34 | 0 | 7 | 114 | 4E | 45 |
| Octal | 274 | 163 | 356 | 25 | 64 | 0 | 7 | 424 | 116 | 105 |
| Binary | 10111100 | 1110011 | 11101110 | 10101 | 110100 | 0 | 111 | 100010100 | 1001110 | 1000101 |
Color Harmonies of #BC73EE
Complementary color
Monochromatic Colors of #BC73EE
Black with #BC73EE
Text Example
Text Example
White with #BC73EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC73EE; }
p { color: rgb(188,115,238); }
H1.HeaderClassName
{
color: #BC73EE;
}
.AnyTagClassName
{
color: #BC73EE;
}
</style>
background-color css
<style>
a { background-color: #BC73EE; }
a { background-color: rgb(188,115,238); }
div.DivClassName
{
background-color: #BC73EE;
}
.BgClassName
{
background-color: #BC73EE;
}
</style>
border-color css
<style>
span { border-color: #BC73EE; }
span { border-color: rgb(188,115,238); }
td.TdClassName
{
border-color: #BC73EE;
}
.TagClassName
{
border-color: #BC73EE;
}
</style>