Shades of Heliotrope #BB7EFC
Tints of Heliotrope #BB7EFC
RGB
CMYK
RGB Variations
Color information
#BB7EFC (or 0xBB7EFC) is known color: Heliotrope. HEX triplet: BB, 7E and FC. RGB value is (187,126,252). Sum of RGB (Red+Green+Blue) = 187+126+252=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB7EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7EFC is #448103. Grayscale: #9E9E9E. Windows color (decimal): -4489476 or 16547515. OLE color: 16547515.
HSL color Cylindrical-coordinate representation of color #BB7EFC: hue angle of 269.05º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB7EFC is Cyan = 0.26, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 126 | 252 | - |
| CMYK | 0.26 | 0.5 | 0 | 0.01 |
| HSL | 269.05º | 0.95% | 0.74% | - |
| HSV(B) | 269.05º | 0.5% | 0.99% | - |
| XYZ | 45.53 | 32.51 | 95.97 | - |
| YUV | 158.6 | 180.71 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 126 | 252 | 0.26 | 0.5 | 0 | 0.01 | 269.05 | 0.95 | 0.74 |
| Hex | BB | 7E | FC | 1A | 32 | 0 | 1 | 10D | 5F | 4A |
| Octal | 273 | 176 | 374 | 32 | 62 | 0 | 1 | 415 | 137 | 112 |
| Binary | 10111011 | 1111110 | 11111100 | 11010 | 110010 | 0 | 1 | 100001101 | 1011111 | 1001010 |
Color Harmonies of #BB7EFC
Complementary color
Monochromatic Colors of #BB7EFC
Black with #BB7EFC
Text Example
Text Example
White with #BB7EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7EFC; }
p { color: rgb(187,126,252); }
H1.HeaderClassName
{
color: #BB7EFC;
}
.AnyTagClassName
{
color: #BB7EFC;
}
</style>
background-color css
<style>
a { background-color: #BB7EFC; }
a { background-color: rgb(187,126,252); }
div.DivClassName
{
background-color: #BB7EFC;
}
.BgClassName
{
background-color: #BB7EFC;
}
</style>
border-color css
<style>
span { border-color: #BB7EFC; }
span { border-color: rgb(187,126,252); }
td.TdClassName
{
border-color: #BB7EFC;
}
.TagClassName
{
border-color: #BB7EFC;
}
</style>