Shades of Heliotrope #BB62FF
Tints of Heliotrope #BB62FF
RGB
CMYK
RGB Variations
Color information
#BB62FF (or 0xBB62FF) is known color: Heliotrope. HEX triplet: BB, 62 and FF. RGB value is (187,98,255). Sum of RGB (Red+Green+Blue) = 187+98+255=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 98 (38.67% from 255 or 18.15% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB62FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB62FF is #449D00. Grayscale: #8D8D8D. Windows color (decimal): -4496641 or 16736955. OLE color: 16736955.
HSL color Cylindrical-coordinate representation of color #BB62FF: hue angle of 274.01º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB62FF is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 98 | 255 | - |
| CMYK | 0.27 | 0.62 | 0 | 0 |
| HSL | 274.01º | 1% | 0.69% | - |
| HSV(B) | 274.01º | 0.62% | 1% | - |
| XYZ | 42.91 | 26.52 | 97.46 | - |
| YUV | 142.51 | 191.49 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 98 | 255 | 0.27 | 0.62 | 0 | 0 | 274.01 | 1 | 0.69 |
| Hex | BB | 62 | FF | 1B | 3E | 0 | 0 | 112 | 64 | 45 |
| Octal | 273 | 142 | 377 | 33 | 76 | 0 | 0 | 422 | 144 | 105 |
| Binary | 10111011 | 1100010 | 11111111 | 11011 | 111110 | 0 | 0 | 100010010 | 1100100 | 1000101 |
Color Harmonies of #BB62FF
Complementary color
Monochromatic Colors of #BB62FF
Black with #BB62FF
Text Example
Text Example
White with #BB62FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB62FF; }
p { color: rgb(187,98,255); }
H1.HeaderClassName
{
color: #BB62FF;
}
.AnyTagClassName
{
color: #BB62FF;
}
</style>
background-color css
<style>
a { background-color: #BB62FF; }
a { background-color: rgb(187,98,255); }
div.DivClassName
{
background-color: #BB62FF;
}
.BgClassName
{
background-color: #BB62FF;
}
</style>
border-color css
<style>
span { border-color: #BB62FF; }
span { border-color: rgb(187,98,255); }
td.TdClassName
{
border-color: #BB62FF;
}
.TagClassName
{
border-color: #BB62FF;
}
</style>