Shades of Heliotrope #BB7BEF
Tints of Heliotrope #BB7BEF
RGB
CMYK
RGB Variations
Color information
#BB7BEF (or 0xBB7BEF) is known color: Heliotrope. HEX triplet: BB, 7B and EF. RGB value is (187,123,239). Sum of RGB (Red+Green+Blue) = 187+123+239=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB7BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7BEF is #448410. Grayscale: #9A9A9A. Windows color (decimal): -4490257 or 15694779. OLE color: 15694779.
HSL color Cylindrical-coordinate representation of color #BB7BEF: hue angle of 273.1º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB7BEF is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 123 | 239 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.06 |
| HSL | 273.1º | 0.78% | 0.71% | - |
| HSV(B) | 273.1º | 0.49% | 0.94% | - |
| XYZ | 43.16 | 30.96 | 85.36 | - |
| YUV | 155.36 | 175.2 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 123 | 239 | 0.22 | 0.49 | 0 | 0.06 | 273.1 | 0.78 | 0.71 |
| Hex | BB | 7B | EF | 16 | 31 | 0 | 6 | 111 | 4E | 47 |
| Octal | 273 | 173 | 357 | 26 | 61 | 0 | 6 | 421 | 116 | 107 |
| Binary | 10111011 | 1111011 | 11101111 | 10110 | 110001 | 0 | 110 | 100010001 | 1001110 | 1000111 |
Color Harmonies of #BB7BEF
Complementary color
Monochromatic Colors of #BB7BEF
Black with #BB7BEF
Text Example
Text Example
White with #BB7BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7BEF; }
p { color: rgb(187,123,239); }
H1.HeaderClassName
{
color: #BB7BEF;
}
.AnyTagClassName
{
color: #BB7BEF;
}
</style>
background-color css
<style>
a { background-color: #BB7BEF; }
a { background-color: rgb(187,123,239); }
div.DivClassName
{
background-color: #BB7BEF;
}
.BgClassName
{
background-color: #BB7BEF;
}
</style>
border-color css
<style>
span { border-color: #BB7BEF; }
span { border-color: rgb(187,123,239); }
td.TdClassName
{
border-color: #BB7BEF;
}
.TagClassName
{
border-color: #BB7BEF;
}
</style>