Shades of Heliotrope #BB73EE
Tints of Heliotrope #BB73EE
RGB
CMYK
RGB Variations
Color information
#BB73EE (or 0xBB73EE) is known color: Heliotrope. HEX triplet: BB, 73 and EE. RGB value is (187,115,238). Sum of RGB (Red+Green+Blue) = 187+115+238=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 115 (45.31% from 255 or 21.30% 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 #BB73EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB73EE is #448C11. Grayscale: #969696. Windows color (decimal): -4492306 or 15627195. OLE color: 15627195.
HSL color Cylindrical-coordinate representation of color #BB73EE: hue angle of 275.12º 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 #BB73EE is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 115 | 238 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.07 |
| HSL | 275.12º | 0.78% | 0.69% | - |
| HSV(B) | 275.12º | 0.52% | 0.93% | - |
| XYZ | 42.06 | 29 | 84.27 | - |
| YUV | 150.55 | 177.35 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 238 | 0.21 | 0.52 | 0 | 0.07 | 275.12 | 0.78 | 0.69 |
| Hex | BB | 73 | EE | 15 | 34 | 0 | 7 | 113 | 4E | 45 |
| Octal | 273 | 163 | 356 | 25 | 64 | 0 | 7 | 423 | 116 | 105 |
| Binary | 10111011 | 1110011 | 11101110 | 10101 | 110100 | 0 | 111 | 100010011 | 1001110 | 1000101 |
Color Harmonies of #BB73EE
Complementary color
Monochromatic Colors of #BB73EE
Black with #BB73EE
Text Example
Text Example
White with #BB73EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB73EE; }
p { color: rgb(187,115,238); }
H1.HeaderClassName
{
color: #BB73EE;
}
.AnyTagClassName
{
color: #BB73EE;
}
</style>
background-color css
<style>
a { background-color: #BB73EE; }
a { background-color: rgb(187,115,238); }
div.DivClassName
{
background-color: #BB73EE;
}
.BgClassName
{
background-color: #BB73EE;
}
</style>
border-color css
<style>
span { border-color: #BB73EE; }
span { border-color: rgb(187,115,238); }
td.TdClassName
{
border-color: #BB73EE;
}
.TagClassName
{
border-color: #BB73EE;
}
</style>