Shades of Heliotrope #BB75EC
Tints of Heliotrope #BB75EC
RGB
CMYK
RGB Variations
Color information
#BB75EC (or 0xBB75EC) is known color: Heliotrope. HEX triplet: BB, 75 and EC. RGB value is (187,117,236). Sum of RGB (Red+Green+Blue) = 187+117+236=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB75EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB75EC is #448A13. Grayscale: #979797. Windows color (decimal): -4491796 or 15496635. OLE color: 15496635.
HSL color Cylindrical-coordinate representation of color #BB75EC: hue angle of 275.29º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB75EC is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 117 | 236 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.07 |
| HSL | 275.29º | 0.76% | 0.69% | - |
| HSV(B) | 275.29º | 0.5% | 0.93% | - |
| XYZ | 42 | 29.34 | 82.81 | - |
| YUV | 151.5 | 175.69 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 236 | 0.21 | 0.50 | 0 | 0.07 | 275.29 | 0.76 | 0.69 |
| Hex | BB | 75 | EC | 15 | 32 | 0 | 7 | 113 | 4C | 45 |
| Octal | 273 | 165 | 354 | 25 | 62 | 0 | 7 | 423 | 114 | 105 |
| Binary | 10111011 | 1110101 | 11101100 | 10101 | 110010 | 0 | 111 | 100010011 | 1001100 | 1000101 |
Color Harmonies of #BB75EC
Complementary color
Monochromatic Colors of #BB75EC
Black with #BB75EC
Text Example
Text Example
White with #BB75EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB75EC; }
p { color: rgb(187,117,236); }
H1.HeaderClassName
{
color: #BB75EC;
}
.AnyTagClassName
{
color: #BB75EC;
}
</style>
background-color css
<style>
a { background-color: #BB75EC; }
a { background-color: rgb(187,117,236); }
div.DivClassName
{
background-color: #BB75EC;
}
.BgClassName
{
background-color: #BB75EC;
}
</style>
border-color css
<style>
span { border-color: #BB75EC; }
span { border-color: rgb(187,117,236); }
td.TdClassName
{
border-color: #BB75EC;
}
.TagClassName
{
border-color: #BB75EC;
}
</style>