Shades of Heliotrope #BB73F3
Tints of Heliotrope #BB73F3
RGB
CMYK
RGB Variations
Color information
#BB73F3 (or 0xBB73F3) is known color: Heliotrope. HEX triplet: BB, 73 and F3. RGB value is (187,115,243). Sum of RGB (Red+Green+Blue) = 187+115+243=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB73F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB73F3 is #448C0C. Grayscale: #969696. Windows color (decimal): -4492301 or 15954875. OLE color: 15954875.
HSL color Cylindrical-coordinate representation of color #BB73F3: hue angle of 273.75º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB73F3 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 115 | 243 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.05 |
| HSL | 273.75º | 0.84% | 0.7% | - |
| HSV(B) | 273.75º | 0.53% | 0.95% | - |
| XYZ | 42.8 | 29.3 | 88.19 | - |
| YUV | 151.12 | 179.85 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 243 | 0.23 | 0.53 | 0 | 0.05 | 273.75 | 0.84 | 0.7 |
| Hex | BB | 73 | F3 | 17 | 35 | 0 | 5 | 112 | 54 | 46 |
| Octal | 273 | 163 | 363 | 27 | 65 | 0 | 5 | 422 | 124 | 106 |
| Binary | 10111011 | 1110011 | 11110011 | 10111 | 110101 | 0 | 101 | 100010010 | 1010100 | 1000110 |
Color Harmonies of #BB73F3
Complementary color
Monochromatic Colors of #BB73F3
Black with #BB73F3
Text Example
Text Example
White with #BB73F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB73F3; }
p { color: rgb(187,115,243); }
H1.HeaderClassName
{
color: #BB73F3;
}
.AnyTagClassName
{
color: #BB73F3;
}
</style>
background-color css
<style>
a { background-color: #BB73F3; }
a { background-color: rgb(187,115,243); }
div.DivClassName
{
background-color: #BB73F3;
}
.BgClassName
{
background-color: #BB73F3;
}
</style>
border-color css
<style>
span { border-color: #BB73F3; }
span { border-color: rgb(187,115,243); }
td.TdClassName
{
border-color: #BB73F3;
}
.TagClassName
{
border-color: #BB73F3;
}
</style>