Shades of Heliotrope #BC72EE
Tints of Heliotrope #BC72EE
RGB
CMYK
RGB Variations
Color information
#BC72EE (or 0xBC72EE) is known color: Heliotrope. HEX triplet: BC, 72 and EE. RGB value is (188,114,238). Sum of RGB (Red+Green+Blue) = 188+114+238=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC72EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC72EE is #438D11. Grayscale: #959595. Windows color (decimal): -4427026 or 15626940. OLE color: 15626940.
HSL color Cylindrical-coordinate representation of color #BC72EE: hue angle of 275.81º 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 #BC72EE is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 114 | 238 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.07 |
| HSL | 275.81º | 0.78% | 0.69% | - |
| HSV(B) | 275.81º | 0.52% | 0.93% | - |
| XYZ | 42.19 | 28.9 | 84.24 | - |
| YUV | 150.26 | 177.52 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 238 | 0.21 | 0.52 | 0 | 0.07 | 275.81 | 0.78 | 0.69 |
| Hex | BC | 72 | EE | 15 | 34 | 0 | 7 | 114 | 4E | 45 |
| Octal | 274 | 162 | 356 | 25 | 64 | 0 | 7 | 424 | 116 | 105 |
| Binary | 10111100 | 1110010 | 11101110 | 10101 | 110100 | 0 | 111 | 100010100 | 1001110 | 1000101 |
Color Harmonies of #BC72EE
Complementary color
Monochromatic Colors of #BC72EE
Black with #BC72EE
Text Example
Text Example
White with #BC72EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC72EE; }
p { color: rgb(188,114,238); }
H1.HeaderClassName
{
color: #BC72EE;
}
.AnyTagClassName
{
color: #BC72EE;
}
</style>
background-color css
<style>
a { background-color: #BC72EE; }
a { background-color: rgb(188,114,238); }
div.DivClassName
{
background-color: #BC72EE;
}
.BgClassName
{
background-color: #BC72EE;
}
</style>
border-color css
<style>
span { border-color: #BC72EE; }
span { border-color: rgb(188,114,238); }
td.TdClassName
{
border-color: #BC72EE;
}
.TagClassName
{
border-color: #BC72EE;
}
</style>