Shades of Heliotrope #BB74F1
Tints of Heliotrope #BB74F1
RGB
CMYK
RGB Variations
Color information
#BB74F1 (or 0xBB74F1) is known color: Heliotrope. HEX triplet: BB, 74 and F1. RGB value is (187,116,241). Sum of RGB (Red+Green+Blue) = 187+116+241=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB74F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB74F1 is #448B0E. Grayscale: #979797. Windows color (decimal): -4492047 or 15824059. OLE color: 15824059.
HSL color Cylindrical-coordinate representation of color #BB74F1: hue angle of 274.08º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB74F1 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 116 | 241 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.05 |
| HSL | 274.08º | 0.82% | 0.7% | - |
| HSV(B) | 274.08º | 0.52% | 0.95% | - |
| XYZ | 42.62 | 29.41 | 86.65 | - |
| YUV | 151.48 | 178.52 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 241 | 0.22 | 0.52 | 0 | 0.05 | 274.08 | 0.82 | 0.7 |
| Hex | BB | 74 | F1 | 16 | 34 | 0 | 5 | 112 | 52 | 46 |
| Octal | 273 | 164 | 361 | 26 | 64 | 0 | 5 | 422 | 122 | 106 |
| Binary | 10111011 | 1110100 | 11110001 | 10110 | 110100 | 0 | 101 | 100010010 | 1010010 | 1000110 |
Color Harmonies of #BB74F1
Complementary color
Monochromatic Colors of #BB74F1
Black with #BB74F1
Text Example
Text Example
White with #BB74F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB74F1; }
p { color: rgb(187,116,241); }
H1.HeaderClassName
{
color: #BB74F1;
}
.AnyTagClassName
{
color: #BB74F1;
}
</style>
background-color css
<style>
a { background-color: #BB74F1; }
a { background-color: rgb(187,116,241); }
div.DivClassName
{
background-color: #BB74F1;
}
.BgClassName
{
background-color: #BB74F1;
}
</style>
border-color css
<style>
span { border-color: #BB74F1; }
span { border-color: rgb(187,116,241); }
td.TdClassName
{
border-color: #BB74F1;
}
.TagClassName
{
border-color: #BB74F1;
}
</style>