Shades of Heliotrope #BB74FA
Tints of Heliotrope #BB74FA
RGB
CMYK
RGB Variations
Color information
#BB74FA (or 0xBB74FA) is known color: Heliotrope. HEX triplet: BB, 74 and FA. RGB value is (187,116,250). Sum of RGB (Red+Green+Blue) = 187+116+250=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 116 (45.70% from 255 or 20.98% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB74FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB74FA is #448B05. Grayscale: #989898. Windows color (decimal): -4492038 or 16413883. OLE color: 16413883.
HSL color Cylindrical-coordinate representation of color #BB74FA: hue angle of 271.79º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB74FA is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 116 | 250 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.02 |
| HSL | 271.79º | 0.93% | 0.72% | - |
| HSV(B) | 271.79º | 0.54% | 0.98% | - |
| XYZ | 43.99 | 29.96 | 93.91 | - |
| YUV | 152.51 | 183.02 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 250 | 0.25 | 0.54 | 0 | 0.02 | 271.79 | 0.93 | 0.72 |
| Hex | BB | 74 | FA | 19 | 36 | 0 | 2 | 110 | 5D | 48 |
| Octal | 273 | 164 | 372 | 31 | 66 | 0 | 2 | 420 | 135 | 110 |
| Binary | 10111011 | 1110100 | 11111010 | 11001 | 110110 | 0 | 10 | 100010000 | 1011101 | 1001000 |
Color Harmonies of #BB74FA
Complementary color
Monochromatic Colors of #BB74FA
Black with #BB74FA
Text Example
Text Example
White with #BB74FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB74FA; }
p { color: rgb(187,116,250); }
H1.HeaderClassName
{
color: #BB74FA;
}
.AnyTagClassName
{
color: #BB74FA;
}
</style>
background-color css
<style>
a { background-color: #BB74FA; }
a { background-color: rgb(187,116,250); }
div.DivClassName
{
background-color: #BB74FA;
}
.BgClassName
{
background-color: #BB74FA;
}
</style>
border-color css
<style>
span { border-color: #BB74FA; }
span { border-color: rgb(187,116,250); }
td.TdClassName
{
border-color: #BB74FA;
}
.TagClassName
{
border-color: #BB74FA;
}
</style>