Shades of Heliotrope #BB75FF
Tints of Heliotrope #BB75FF
RGB
CMYK
RGB Variations
Color information
#BB75FF (or 0xBB75FF) is known color: Heliotrope. HEX triplet: BB, 75 and FF. RGB value is (187,117,255). Sum of RGB (Red+Green+Blue) = 187+117+255=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 117 (46.09% from 255 or 20.93% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB75FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB75FF is #448A00. Grayscale: #999999. Windows color (decimal): -4491777 or 16741819. OLE color: 16741819.
HSL color Cylindrical-coordinate representation of color #BB75FF: hue angle of 270.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB75FF is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 117 | 255 | - |
| CMYK | 0.27 | 0.54 | 0 | 0 |
| HSL | 270.43º | 1% | 0.73% | - |
| HSV(B) | 270.43º | 0.54% | 1% | - |
| XYZ | 44.9 | 30.51 | 98.13 | - |
| YUV | 153.66 | 185.19 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 255 | 0.27 | 0.54 | 0 | 0 | 270.43 | 1 | 0.73 |
| Hex | BB | 75 | FF | 1B | 36 | 0 | 0 | 10E | 64 | 49 |
| Octal | 273 | 165 | 377 | 33 | 66 | 0 | 0 | 416 | 144 | 111 |
| Binary | 10111011 | 1110101 | 11111111 | 11011 | 110110 | 0 | 0 | 100001110 | 1100100 | 1001001 |
Color Harmonies of #BB75FF
Complementary color
Monochromatic Colors of #BB75FF
Black with #BB75FF
Text Example
Text Example
White with #BB75FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB75FF; }
p { color: rgb(187,117,255); }
H1.HeaderClassName
{
color: #BB75FF;
}
.AnyTagClassName
{
color: #BB75FF;
}
</style>
background-color css
<style>
a { background-color: #BB75FF; }
a { background-color: rgb(187,117,255); }
div.DivClassName
{
background-color: #BB75FF;
}
.BgClassName
{
background-color: #BB75FF;
}
</style>
border-color css
<style>
span { border-color: #BB75FF; }
span { border-color: rgb(187,117,255); }
td.TdClassName
{
border-color: #BB75FF;
}
.TagClassName
{
border-color: #BB75FF;
}
</style>