Shades of Heliotrope #BB7DF6
Tints of Heliotrope #BB7DF6
RGB
CMYK
RGB Variations
Color information
#BB7DF6 (or 0xBB7DF6) is known color: Heliotrope. HEX triplet: BB, 7D and F6. RGB value is (187,125,246). Sum of RGB (Red+Green+Blue) = 187+125+246=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #BB7DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7DF6 is #448209. Grayscale: #9C9C9C. Windows color (decimal): -4489738 or 16154043. OLE color: 16154043.
HSL color Cylindrical-coordinate representation of color #BB7DF6: hue angle of 270.74º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB7DF6 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 125 | 246 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.04 |
| HSL | 270.74º | 0.87% | 0.73% | - |
| HSV(B) | 270.74º | 0.49% | 0.96% | - |
| XYZ | 44.46 | 31.89 | 91 | - |
| YUV | 157.33 | 178.04 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 125 | 246 | 0.24 | 0.49 | 0 | 0.04 | 270.74 | 0.87 | 0.73 |
| Hex | BB | 7D | F6 | 18 | 31 | 0 | 4 | 10F | 57 | 49 |
| Octal | 273 | 175 | 366 | 30 | 61 | 0 | 4 | 417 | 127 | 111 |
| Binary | 10111011 | 1111101 | 11110110 | 11000 | 110001 | 0 | 100 | 100001111 | 1010111 | 1001001 |
Color Harmonies of #BB7DF6
Complementary color
Monochromatic Colors of #BB7DF6
Black with #BB7DF6
Text Example
Text Example
White with #BB7DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7DF6; }
p { color: rgb(187,125,246); }
H1.HeaderClassName
{
color: #BB7DF6;
}
.AnyTagClassName
{
color: #BB7DF6;
}
</style>
background-color css
<style>
a { background-color: #BB7DF6; }
a { background-color: rgb(187,125,246); }
div.DivClassName
{
background-color: #BB7DF6;
}
.BgClassName
{
background-color: #BB7DF6;
}
</style>
border-color css
<style>
span { border-color: #BB7DF6; }
span { border-color: rgb(187,125,246); }
td.TdClassName
{
border-color: #BB7DF6;
}
.TagClassName
{
border-color: #BB7DF6;
}
</style>