Shades of Heliotrope #BB81FA
Tints of Heliotrope #BB81FA
RGB
CMYK
RGB Variations
Color information
#BB81FA (or 0xBB81FA) is known color: Heliotrope. HEX triplet: BB, 81 and FA. RGB value is (187,129,250). Sum of RGB (Red+Green+Blue) = 187+129+250=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB81FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB81FA is #447E05. Grayscale: #9F9F9F. Windows color (decimal): -4488710 or 16417211. OLE color: 16417211.
HSL color Cylindrical-coordinate representation of color #BB81FA: hue angle of 268.76º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB81FA is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 129 | 250 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.02 |
| HSL | 268.76º | 0.92% | 0.74% | - |
| HSV(B) | 268.76º | 0.48% | 0.98% | - |
| XYZ | 45.6 | 33.17 | 94.44 | - |
| YUV | 160.14 | 178.72 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 129 | 250 | 0.25 | 0.48 | 0 | 0.02 | 268.76 | 0.92 | 0.74 |
| Hex | BB | 81 | FA | 19 | 30 | 0 | 2 | 10D | 5C | 4A |
| Octal | 273 | 201 | 372 | 31 | 60 | 0 | 2 | 415 | 134 | 112 |
| Binary | 10111011 | 10000001 | 11111010 | 11001 | 110000 | 0 | 10 | 100001101 | 1011100 | 1001010 |
Color Harmonies of #BB81FA
Complementary color
Monochromatic Colors of #BB81FA
Black with #BB81FA
Text Example
Text Example
White with #BB81FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB81FA; }
p { color: rgb(187,129,250); }
H1.HeaderClassName
{
color: #BB81FA;
}
.AnyTagClassName
{
color: #BB81FA;
}
</style>
background-color css
<style>
a { background-color: #BB81FA; }
a { background-color: rgb(187,129,250); }
div.DivClassName
{
background-color: #BB81FA;
}
.BgClassName
{
background-color: #BB81FA;
}
</style>
border-color css
<style>
span { border-color: #BB81FA; }
span { border-color: rgb(187,129,250); }
td.TdClassName
{
border-color: #BB81FA;
}
.TagClassName
{
border-color: #BB81FA;
}
</style>