Shades of Heliotrope #BB7BFF
Tints of Heliotrope #BB7BFF
RGB
CMYK
RGB Variations
Color information
#BB7BFF (or 0xBB7BFF) is known color: Heliotrope. HEX triplet: BB, 7B and FF. RGB value is (187,123,255). Sum of RGB (Red+Green+Blue) = 187+123+255=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB7BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7BFF is #448400. Grayscale: #9C9C9C. Windows color (decimal): -4490241 or 16743355. OLE color: 16743355.
HSL color Cylindrical-coordinate representation of color #BB7BFF: hue angle of 269.09º 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 #BB7BFF is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 123 | 255 | - |
| CMYK | 0.27 | 0.52 | 0 | 0 |
| HSL | 269.09º | 1% | 0.74% | - |
| HSV(B) | 269.09º | 0.52% | 1% | - |
| XYZ | 45.63 | 31.95 | 98.37 | - |
| YUV | 157.18 | 183.2 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 123 | 255 | 0.27 | 0.52 | 0 | 0 | 269.09 | 1 | 0.74 |
| Hex | BB | 7B | FF | 1B | 34 | 0 | 0 | 10D | 64 | 4A |
| Octal | 273 | 173 | 377 | 33 | 64 | 0 | 0 | 415 | 144 | 112 |
| Binary | 10111011 | 1111011 | 11111111 | 11011 | 110100 | 0 | 0 | 100001101 | 1100100 | 1001010 |
Color Harmonies of #BB7BFF
Complementary color
Monochromatic Colors of #BB7BFF
Black with #BB7BFF
Text Example
Text Example
White with #BB7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7BFF; }
p { color: rgb(187,123,255); }
H1.HeaderClassName
{
color: #BB7BFF;
}
.AnyTagClassName
{
color: #BB7BFF;
}
</style>
background-color css
<style>
a { background-color: #BB7BFF; }
a { background-color: rgb(187,123,255); }
div.DivClassName
{
background-color: #BB7BFF;
}
.BgClassName
{
background-color: #BB7BFF;
}
</style>
border-color css
<style>
span { border-color: #BB7BFF; }
span { border-color: rgb(187,123,255); }
td.TdClassName
{
border-color: #BB7BFF;
}
.TagClassName
{
border-color: #BB7BFF;
}
</style>