Shades of Heliotrope #BB7BFC
Tints of Heliotrope #BB7BFC
RGB
CMYK
RGB Variations
Color information
#BB7BFC (or 0xBB7BFC) is known color: Heliotrope. HEX triplet: BB, 7B and FC. RGB value is (187,123,252). Sum of RGB (Red+Green+Blue) = 187+123+252=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB7BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7BFC is #448403. Grayscale: #9C9C9C. Windows color (decimal): -4490244 or 16546747. OLE color: 16546747.
HSL color Cylindrical-coordinate representation of color #BB7BFC: hue angle of 269.77º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB7BFC is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 123 | 252 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.01 |
| HSL | 269.77º | 0.96% | 0.74% | - |
| HSV(B) | 269.77º | 0.51% | 0.99% | - |
| XYZ | 45.15 | 31.76 | 95.85 | - |
| YUV | 156.84 | 181.7 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 123 | 252 | 0.26 | 0.51 | 0 | 0.01 | 269.77 | 0.96 | 0.74 |
| Hex | BB | 7B | FC | 1A | 33 | 0 | 1 | 10E | 60 | 4A |
| Octal | 273 | 173 | 374 | 32 | 63 | 0 | 1 | 416 | 140 | 112 |
| Binary | 10111011 | 1111011 | 11111100 | 11010 | 110011 | 0 | 1 | 100001110 | 1100000 | 1001010 |
Color Harmonies of #BB7BFC
Complementary color
Monochromatic Colors of #BB7BFC
Black with #BB7BFC
Text Example
Text Example
White with #BB7BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7BFC; }
p { color: rgb(187,123,252); }
H1.HeaderClassName
{
color: #BB7BFC;
}
.AnyTagClassName
{
color: #BB7BFC;
}
</style>
background-color css
<style>
a { background-color: #BB7BFC; }
a { background-color: rgb(187,123,252); }
div.DivClassName
{
background-color: #BB7BFC;
}
.BgClassName
{
background-color: #BB7BFC;
}
</style>
border-color css
<style>
span { border-color: #BB7BFC; }
span { border-color: rgb(187,123,252); }
td.TdClassName
{
border-color: #BB7BFC;
}
.TagClassName
{
border-color: #BB7BFC;
}
</style>