Shades of Heliotrope #BB61FF
Tints of Heliotrope #BB61FF
RGB
CMYK
RGB Variations
Color information
#BB61FF (or 0xBB61FF) is known color: Heliotrope. HEX triplet: BB, 61 and FF. RGB value is (187,97,255). Sum of RGB (Red+Green+Blue) = 187+97+255=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 97 (38.28% from 255 or 18.00% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB61FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB61FF is #449E00. Grayscale: #8D8D8D. Windows color (decimal): -4496897 or 16736699. OLE color: 16736699.
HSL color Cylindrical-coordinate representation of color #BB61FF: hue angle of 274.18º 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 #BB61FF is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 97 | 255 | - |
| CMYK | 0.27 | 0.62 | 0 | 0 |
| HSL | 274.18º | 1% | 0.69% | - |
| HSV(B) | 274.18º | 0.62% | 1% | - |
| XYZ | 42.82 | 26.33 | 97.43 | - |
| YUV | 141.92 | 191.82 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 97 | 255 | 0.27 | 0.62 | 0 | 0 | 274.18 | 1 | 0.69 |
| Hex | BB | 61 | FF | 1B | 3E | 0 | 0 | 112 | 64 | 45 |
| Octal | 273 | 141 | 377 | 33 | 76 | 0 | 0 | 422 | 144 | 105 |
| Binary | 10111011 | 1100001 | 11111111 | 11011 | 111110 | 0 | 0 | 100010010 | 1100100 | 1000101 |
Color Harmonies of #BB61FF
Complementary color
Monochromatic Colors of #BB61FF
Black with #BB61FF
Text Example
Text Example
White with #BB61FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB61FF; }
p { color: rgb(187,97,255); }
H1.HeaderClassName
{
color: #BB61FF;
}
.AnyTagClassName
{
color: #BB61FF;
}
</style>
background-color css
<style>
a { background-color: #BB61FF; }
a { background-color: rgb(187,97,255); }
div.DivClassName
{
background-color: #BB61FF;
}
.BgClassName
{
background-color: #BB61FF;
}
</style>
border-color css
<style>
span { border-color: #BB61FF; }
span { border-color: rgb(187,97,255); }
td.TdClassName
{
border-color: #BB61FF;
}
.TagClassName
{
border-color: #BB61FF;
}
</style>