Shades of Heliotrope #BB72EE
Tints of Heliotrope #BB72EE
RGB
CMYK
RGB Variations
Color information
#BB72EE (or 0xBB72EE) is known color: Heliotrope. HEX triplet: BB, 72 and EE. RGB value is (187,114,238). Sum of RGB (Red+Green+Blue) = 187+114+238=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB72EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB72EE is #448D11. Grayscale: #959595. Windows color (decimal): -4492562 or 15626939. OLE color: 15626939.
HSL color Cylindrical-coordinate representation of color #BB72EE: hue angle of 275.32º 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 #BB72EE is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 114 | 238 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.07 |
| HSL | 275.32º | 0.78% | 0.69% | - |
| HSV(B) | 275.32º | 0.52% | 0.93% | - |
| XYZ | 41.94 | 28.77 | 84.23 | - |
| YUV | 149.96 | 177.68 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 238 | 0.21 | 0.52 | 0 | 0.07 | 275.32 | 0.78 | 0.69 |
| Hex | BB | 72 | EE | 15 | 34 | 0 | 7 | 113 | 4E | 45 |
| Octal | 273 | 162 | 356 | 25 | 64 | 0 | 7 | 423 | 116 | 105 |
| Binary | 10111011 | 1110010 | 11101110 | 10101 | 110100 | 0 | 111 | 100010011 | 1001110 | 1000101 |
Color Harmonies of #BB72EE
Complementary color
Monochromatic Colors of #BB72EE
Black with #BB72EE
Text Example
Text Example
White with #BB72EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB72EE; }
p { color: rgb(187,114,238); }
H1.HeaderClassName
{
color: #BB72EE;
}
.AnyTagClassName
{
color: #BB72EE;
}
</style>
background-color css
<style>
a { background-color: #BB72EE; }
a { background-color: rgb(187,114,238); }
div.DivClassName
{
background-color: #BB72EE;
}
.BgClassName
{
background-color: #BB72EE;
}
</style>
border-color css
<style>
span { border-color: #BB72EE; }
span { border-color: rgb(187,114,238); }
td.TdClassName
{
border-color: #BB72EE;
}
.TagClassName
{
border-color: #BB72EE;
}
</style>