Shades of Heliotrope #BB73FF
Tints of Heliotrope #BB73FF
RGB
CMYK
RGB Variations
Color information
#BB73FF (or 0xBB73FF) is known color: Heliotrope. HEX triplet: BB, 73 and FF. RGB value is (187,115,255). Sum of RGB (Red+Green+Blue) = 187+115+255=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 115 (45.31% from 255 or 20.65% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB73FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB73FF is #448C00. Grayscale: #989898. Windows color (decimal): -4492289 or 16741307. OLE color: 16741307.
HSL color Cylindrical-coordinate representation of color #BB73FF: hue angle of 270.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB73FF is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 115 | 255 | - |
| CMYK | 0.27 | 0.55 | 0 | 0 |
| HSL | 270.86º | 1% | 0.73% | - |
| HSV(B) | 270.86º | 0.55% | 1% | - |
| XYZ | 44.67 | 30.05 | 98.05 | - |
| YUV | 152.49 | 185.85 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 255 | 0.27 | 0.55 | 0 | 0 | 270.86 | 1 | 0.73 |
| Hex | BB | 73 | FF | 1B | 37 | 0 | 0 | 10F | 64 | 49 |
| Octal | 273 | 163 | 377 | 33 | 67 | 0 | 0 | 417 | 144 | 111 |
| Binary | 10111011 | 1110011 | 11111111 | 11011 | 110111 | 0 | 0 | 100001111 | 1100100 | 1001001 |
Color Harmonies of #BB73FF
Complementary color
Monochromatic Colors of #BB73FF
Black with #BB73FF
Text Example
Text Example
White with #BB73FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB73FF; }
p { color: rgb(187,115,255); }
H1.HeaderClassName
{
color: #BB73FF;
}
.AnyTagClassName
{
color: #BB73FF;
}
</style>
background-color css
<style>
a { background-color: #BB73FF; }
a { background-color: rgb(187,115,255); }
div.DivClassName
{
background-color: #BB73FF;
}
.BgClassName
{
background-color: #BB73FF;
}
</style>
border-color css
<style>
span { border-color: #BB73FF; }
span { border-color: rgb(187,115,255); }
td.TdClassName
{
border-color: #BB73FF;
}
.TagClassName
{
border-color: #BB73FF;
}
</style>