Shades of Heliotrope #BB7DFB
Tints of Heliotrope #BB7DFB
RGB
CMYK
RGB Variations
Color information
#BB7DFB (or 0xBB7DFB) is known color: Heliotrope. HEX triplet: BB, 7D and FB. RGB value is (187,125,251). Sum of RGB (Red+Green+Blue) = 187+125+251=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB7DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7DFB is #448204. Grayscale: #9D9D9D. Windows color (decimal): -4489733 or 16481723. OLE color: 16481723.
HSL color Cylindrical-coordinate representation of color #BB7DFB: hue angle of 269.52º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB7DFB is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 125 | 251 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.02 |
| HSL | 269.52º | 0.94% | 0.74% | - |
| HSV(B) | 269.52º | 0.5% | 0.98% | - |
| XYZ | 45.24 | 32.2 | 95.1 | - |
| YUV | 157.9 | 180.54 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 125 | 251 | 0.25 | 0.50 | 0 | 0.02 | 269.52 | 0.94 | 0.74 |
| Hex | BB | 7D | FB | 19 | 32 | 0 | 2 | 10E | 5E | 4A |
| Octal | 273 | 175 | 373 | 31 | 62 | 0 | 2 | 416 | 136 | 112 |
| Binary | 10111011 | 1111101 | 11111011 | 11001 | 110010 | 0 | 10 | 100001110 | 1011110 | 1001010 |
Color Harmonies of #BB7DFB
Complementary color
Monochromatic Colors of #BB7DFB
Black with #BB7DFB
Text Example
Text Example
White with #BB7DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7DFB; }
p { color: rgb(187,125,251); }
H1.HeaderClassName
{
color: #BB7DFB;
}
.AnyTagClassName
{
color: #BB7DFB;
}
</style>
background-color css
<style>
a { background-color: #BB7DFB; }
a { background-color: rgb(187,125,251); }
div.DivClassName
{
background-color: #BB7DFB;
}
.BgClassName
{
background-color: #BB7DFB;
}
</style>
border-color css
<style>
span { border-color: #BB7DFB; }
span { border-color: rgb(187,125,251); }
td.TdClassName
{
border-color: #BB7DFB;
}
.TagClassName
{
border-color: #BB7DFB;
}
</style>