Shades of Heliotrope #BB81F7
Tints of Heliotrope #BB81F7
RGB
CMYK
RGB Variations
Color information
#BB81F7 (or 0xBB81F7) is known color: Heliotrope. HEX triplet: BB, 81 and F7. RGB value is (187,129,247). Sum of RGB (Red+Green+Blue) = 187+129+247=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 247 (96.88% from 255 or 43.87% from 563); Max value from RGB is 247 - color contains mainly: blue. Hex color #BB81F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB81F7 is #447E08. Grayscale: #9F9F9F. Windows color (decimal): -4488713 or 16220603. OLE color: 16220603.
HSL color Cylindrical-coordinate representation of color #BB81F7: hue angle of 269.49º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB81F7 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 129 | 247 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.03 |
| HSL | 269.49º | 0.88% | 0.74% | - |
| HSV(B) | 269.49º | 0.48% | 0.97% | - |
| XYZ | 45.13 | 32.98 | 91.98 | - |
| YUV | 159.79 | 177.22 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 129 | 247 | 0.24 | 0.48 | 0 | 0.03 | 269.49 | 0.88 | 0.74 |
| Hex | BB | 81 | F7 | 18 | 30 | 0 | 3 | 10D | 58 | 4A |
| Octal | 273 | 201 | 367 | 30 | 60 | 0 | 3 | 415 | 130 | 112 |
| Binary | 10111011 | 10000001 | 11110111 | 11000 | 110000 | 0 | 11 | 100001101 | 1011000 | 1001010 |
Color Harmonies of #BB81F7
Complementary color
Monochromatic Colors of #BB81F7
Black with #BB81F7
Text Example
Text Example
White with #BB81F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB81F7; }
p { color: rgb(187,129,247); }
H1.HeaderClassName
{
color: #BB81F7;
}
.AnyTagClassName
{
color: #BB81F7;
}
</style>
background-color css
<style>
a { background-color: #BB81F7; }
a { background-color: rgb(187,129,247); }
div.DivClassName
{
background-color: #BB81F7;
}
.BgClassName
{
background-color: #BB81F7;
}
</style>
border-color css
<style>
span { border-color: #BB81F7; }
span { border-color: rgb(187,129,247); }
td.TdClassName
{
border-color: #BB81F7;
}
.TagClassName
{
border-color: #BB81F7;
}
</style>