Shades of Heliotrope #BB7AFF
Tints of Heliotrope #BB7AFF
RGB
CMYK
RGB Variations
Color information
#BB7AFF (or 0xBB7AFF) is known color: Heliotrope. HEX triplet: BB, 7A and FF. RGB value is (187,122,255). Sum of RGB (Red+Green+Blue) = 187+122+255=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB7AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7AFF is #448500. Grayscale: #9C9C9C. Windows color (decimal): -4490497 or 16743099. OLE color: 16743099.
HSL color Cylindrical-coordinate representation of color #BB7AFF: hue angle of 269.32º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB7AFF is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 122 | 255 | - |
| CMYK | 0.27 | 0.52 | 0 | 0 |
| HSL | 269.32º | 1% | 0.74% | - |
| HSV(B) | 269.32º | 0.52% | 1% | - |
| XYZ | 45.5 | 31.7 | 98.33 | - |
| YUV | 156.6 | 183.53 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 255 | 0.27 | 0.52 | 0 | 0 | 269.32 | 1 | 0.74 |
| Hex | BB | 7A | FF | 1B | 34 | 0 | 0 | 10D | 64 | 4A |
| Octal | 273 | 172 | 377 | 33 | 64 | 0 | 0 | 415 | 144 | 112 |
| Binary | 10111011 | 1111010 | 11111111 | 11011 | 110100 | 0 | 0 | 100001101 | 1100100 | 1001010 |
Color Harmonies of #BB7AFF
Complementary color
Monochromatic Colors of #BB7AFF
Black with #BB7AFF
Text Example
Text Example
White with #BB7AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7AFF; }
p { color: rgb(187,122,255); }
H1.HeaderClassName
{
color: #BB7AFF;
}
.AnyTagClassName
{
color: #BB7AFF;
}
</style>
background-color css
<style>
a { background-color: #BB7AFF; }
a { background-color: rgb(187,122,255); }
div.DivClassName
{
background-color: #BB7AFF;
}
.BgClassName
{
background-color: #BB7AFF;
}
</style>
border-color css
<style>
span { border-color: #BB7AFF; }
span { border-color: rgb(187,122,255); }
td.TdClassName
{
border-color: #BB7AFF;
}
.TagClassName
{
border-color: #BB7AFF;
}
</style>