Shades of Heliotrope #BB7DF9
Tints of Heliotrope #BB7DF9
RGB
CMYK
RGB Variations
Color information
#BB7DF9 (or 0xBB7DF9) is known color: Heliotrope. HEX triplet: BB, 7D and F9. RGB value is (187,125,249). Sum of RGB (Red+Green+Blue) = 187+125+249=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB7DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7DF9 is #448206. Grayscale: #9D9D9D. Windows color (decimal): -4489735 or 16350651. OLE color: 16350651.
HSL color Cylindrical-coordinate representation of color #BB7DF9: hue angle of 270º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB7DF9 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 125 | 249 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.02 |
| HSL | 270º | 0.91% | 0.73% | - |
| HSV(B) | 270º | 0.5% | 0.98% | - |
| XYZ | 44.93 | 32.07 | 93.45 | - |
| YUV | 157.67 | 179.54 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 125 | 249 | 0.25 | 0.50 | 0 | 0.02 | 270 | 0.91 | 0.73 |
| Hex | BB | 7D | F9 | 19 | 32 | 0 | 2 | 10E | 5B | 49 |
| Octal | 273 | 175 | 371 | 31 | 62 | 0 | 2 | 416 | 133 | 111 |
| Binary | 10111011 | 1111101 | 11111001 | 11001 | 110010 | 0 | 10 | 100001110 | 1011011 | 1001001 |
Color Harmonies of #BB7DF9
Complementary color
Monochromatic Colors of #BB7DF9
Black with #BB7DF9
Text Example
Text Example
White with #BB7DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7DF9; }
p { color: rgb(187,125,249); }
H1.HeaderClassName
{
color: #BB7DF9;
}
.AnyTagClassName
{
color: #BB7DF9;
}
</style>
background-color css
<style>
a { background-color: #BB7DF9; }
a { background-color: rgb(187,125,249); }
div.DivClassName
{
background-color: #BB7DF9;
}
.BgClassName
{
background-color: #BB7DF9;
}
</style>
border-color css
<style>
span { border-color: #BB7DF9; }
span { border-color: rgb(187,125,249); }
td.TdClassName
{
border-color: #BB7DF9;
}
.TagClassName
{
border-color: #BB7DF9;
}
</style>