Shades of Heliotrope #BC72ED
Tints of Heliotrope #BC72ED
RGB
CMYK
RGB Variations
Color information
#BC72ED (or 0xBC72ED) is known color: Heliotrope. HEX triplet: BC, 72 and ED. RGB value is (188,114,237). Sum of RGB (Red+Green+Blue) = 188+114+237=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC72ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC72ED is #438D12. Grayscale: #959595. Windows color (decimal): -4427027 or 15561404. OLE color: 15561404.
HSL color Cylindrical-coordinate representation of color #BC72ED: hue angle of 276.1º degrees, saturation: 0.77, 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 #BC72ED is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 114 | 237 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.07 |
| HSL | 276.1º | 0.77% | 0.69% | - |
| HSV(B) | 276.1º | 0.52% | 0.93% | - |
| XYZ | 42.04 | 28.84 | 83.47 | - |
| YUV | 150.15 | 177.02 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 237 | 0.21 | 0.52 | 0 | 0.07 | 276.1 | 0.77 | 0.69 |
| Hex | BC | 72 | ED | 15 | 34 | 0 | 7 | 114 | 4D | 45 |
| Octal | 274 | 162 | 355 | 25 | 64 | 0 | 7 | 424 | 115 | 105 |
| Binary | 10111100 | 1110010 | 11101101 | 10101 | 110100 | 0 | 111 | 100010100 | 1001101 | 1000101 |
Color Harmonies of #BC72ED
Complementary color
Monochromatic Colors of #BC72ED
Black with #BC72ED
Text Example
Text Example
White with #BC72ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC72ED; }
p { color: rgb(188,114,237); }
H1.HeaderClassName
{
color: #BC72ED;
}
.AnyTagClassName
{
color: #BC72ED;
}
</style>
background-color css
<style>
a { background-color: #BC72ED; }
a { background-color: rgb(188,114,237); }
div.DivClassName
{
background-color: #BC72ED;
}
.BgClassName
{
background-color: #BC72ED;
}
</style>
border-color css
<style>
span { border-color: #BC72ED; }
span { border-color: rgb(188,114,237); }
td.TdClassName
{
border-color: #BC72ED;
}
.TagClassName
{
border-color: #BC72ED;
}
</style>