Shades of Heliotrope #BB7DF5
Tints of Heliotrope #BB7DF5
RGB
CMYK
RGB Variations
Color information
#BB7DF5 (or 0xBB7DF5) is known color: Heliotrope. HEX triplet: BB, 7D and F5. RGB value is (187,125,245). Sum of RGB (Red+Green+Blue) = 187+125+245=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 245 (96.09% from 255 or 43.99% from 557); Max value from RGB is 245 - color contains mainly: blue. Hex color #BB7DF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7DF5 is #44820A. Grayscale: #9C9C9C. Windows color (decimal): -4489739 or 16088507. OLE color: 16088507.
HSL color Cylindrical-coordinate representation of color #BB7DF5: hue angle of 271º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB7DF5 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 125 | 245 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.04 |
| HSL | 271º | 0.86% | 0.73% | - |
| HSV(B) | 271º | 0.49% | 0.96% | - |
| XYZ | 44.31 | 31.82 | 90.19 | - |
| YUV | 157.22 | 177.54 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 125 | 245 | 0.24 | 0.49 | 0 | 0.04 | 271 | 0.86 | 0.73 |
| Hex | BB | 7D | F5 | 18 | 31 | 0 | 4 | 10F | 56 | 49 |
| Octal | 273 | 175 | 365 | 30 | 61 | 0 | 4 | 417 | 126 | 111 |
| Binary | 10111011 | 1111101 | 11110101 | 11000 | 110001 | 0 | 100 | 100001111 | 1010110 | 1001001 |
Color Harmonies of #BB7DF5
Complementary color
Monochromatic Colors of #BB7DF5
Black with #BB7DF5
Text Example
Text Example
White with #BB7DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7DF5; }
p { color: rgb(187,125,245); }
H1.HeaderClassName
{
color: #BB7DF5;
}
.AnyTagClassName
{
color: #BB7DF5;
}
</style>
background-color css
<style>
a { background-color: #BB7DF5; }
a { background-color: rgb(187,125,245); }
div.DivClassName
{
background-color: #BB7DF5;
}
.BgClassName
{
background-color: #BB7DF5;
}
</style>
border-color css
<style>
span { border-color: #BB7DF5; }
span { border-color: rgb(187,125,245); }
td.TdClassName
{
border-color: #BB7DF5;
}
.TagClassName
{
border-color: #BB7DF5;
}
</style>