Shades of Heliotrope #BB7CF6
Tints of Heliotrope #BB7CF6
RGB
CMYK
RGB Variations
Color information
#BB7CF6 (or 0xBB7CF6) is known color: Heliotrope. HEX triplet: BB, 7C and F6. RGB value is (187,124,246). Sum of RGB (Red+Green+Blue) = 187+124+246=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #BB7CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7CF6 is #448309. Grayscale: #9C9C9C. Windows color (decimal): -4489994 or 16153787. OLE color: 16153787.
HSL color Cylindrical-coordinate representation of color #BB7CF6: hue angle of 270.98º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB7CF6 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 124 | 246 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.04 |
| HSL | 270.98º | 0.87% | 0.73% | - |
| HSV(B) | 270.98º | 0.5% | 0.96% | - |
| XYZ | 44.34 | 31.63 | 90.96 | - |
| YUV | 156.75 | 178.37 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 124 | 246 | 0.24 | 0.50 | 0 | 0.04 | 270.98 | 0.87 | 0.73 |
| Hex | BB | 7C | F6 | 18 | 32 | 0 | 4 | 10F | 57 | 49 |
| Octal | 273 | 174 | 366 | 30 | 62 | 0 | 4 | 417 | 127 | 111 |
| Binary | 10111011 | 1111100 | 11110110 | 11000 | 110010 | 0 | 100 | 100001111 | 1010111 | 1001001 |
Color Harmonies of #BB7CF6
Complementary color
Monochromatic Colors of #BB7CF6
Black with #BB7CF6
Text Example
Text Example
White with #BB7CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7CF6; }
p { color: rgb(187,124,246); }
H1.HeaderClassName
{
color: #BB7CF6;
}
.AnyTagClassName
{
color: #BB7CF6;
}
</style>
background-color css
<style>
a { background-color: #BB7CF6; }
a { background-color: rgb(187,124,246); }
div.DivClassName
{
background-color: #BB7CF6;
}
.BgClassName
{
background-color: #BB7CF6;
}
</style>
border-color css
<style>
span { border-color: #BB7CF6; }
span { border-color: rgb(187,124,246); }
td.TdClassName
{
border-color: #BB7CF6;
}
.TagClassName
{
border-color: #BB7CF6;
}
</style>