Shades of Heliotrope #BB7CFF
Tints of Heliotrope #BB7CFF
RGB
CMYK
RGB Variations
Color information
#BB7CFF (or 0xBB7CFF) is known color: Heliotrope. HEX triplet: BB, 7C and FF. RGB value is (187,124,255). Sum of RGB (Red+Green+Blue) = 187+124+255=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 124 (48.83% from 255 or 21.91% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB7CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7CFF is #448300. Grayscale: #9D9D9D. Windows color (decimal): -4489985 or 16743611. OLE color: 16743611.
HSL color Cylindrical-coordinate representation of color #BB7CFF: hue angle of 268.85º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB7CFF is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 124 | 255 | - |
| CMYK | 0.27 | 0.51 | 0 | 0 |
| HSL | 268.85º | 1% | 0.74% | - |
| HSV(B) | 268.85º | 0.51% | 1% | - |
| XYZ | 45.75 | 32.2 | 98.41 | - |
| YUV | 157.77 | 182.87 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 124 | 255 | 0.27 | 0.51 | 0 | 0 | 268.85 | 1 | 0.74 |
| Hex | BB | 7C | FF | 1B | 33 | 0 | 0 | 10D | 64 | 4A |
| Octal | 273 | 174 | 377 | 33 | 63 | 0 | 0 | 415 | 144 | 112 |
| Binary | 10111011 | 1111100 | 11111111 | 11011 | 110011 | 0 | 0 | 100001101 | 1100100 | 1001010 |
Color Harmonies of #BB7CFF
Complementary color
Monochromatic Colors of #BB7CFF
Black with #BB7CFF
Text Example
Text Example
White with #BB7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7CFF; }
p { color: rgb(187,124,255); }
H1.HeaderClassName
{
color: #BB7CFF;
}
.AnyTagClassName
{
color: #BB7CFF;
}
</style>
background-color css
<style>
a { background-color: #BB7CFF; }
a { background-color: rgb(187,124,255); }
div.DivClassName
{
background-color: #BB7CFF;
}
.BgClassName
{
background-color: #BB7CFF;
}
</style>
border-color css
<style>
span { border-color: #BB7CFF; }
span { border-color: rgb(187,124,255); }
td.TdClassName
{
border-color: #BB7CFF;
}
.TagClassName
{
border-color: #BB7CFF;
}
</style>