Shades of Heliotrope #BB73FC
Tints of Heliotrope #BB73FC
RGB
CMYK
RGB Variations
Color information
#BB73FC (or 0xBB73FC) is known color: Heliotrope. HEX triplet: BB, 73 and FC. RGB value is (187,115,252). Sum of RGB (Red+Green+Blue) = 187+115+252=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 115 (45.31% from 255 or 20.76% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB73FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB73FC is #448C03. Grayscale: #979797. Windows color (decimal): -4492292 or 16544699. OLE color: 16544699.
HSL color Cylindrical-coordinate representation of color #BB73FC: hue angle of 271.53º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB73FC is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 115 | 252 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.01 |
| HSL | 271.53º | 0.96% | 0.72% | - |
| HSV(B) | 271.53º | 0.54% | 0.99% | - |
| XYZ | 44.19 | 29.85 | 95.53 | - |
| YUV | 152.15 | 184.35 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 252 | 0.26 | 0.54 | 0 | 0.01 | 271.53 | 0.96 | 0.72 |
| Hex | BB | 73 | FC | 1A | 36 | 0 | 1 | 110 | 60 | 48 |
| Octal | 273 | 163 | 374 | 32 | 66 | 0 | 1 | 420 | 140 | 110 |
| Binary | 10111011 | 1110011 | 11111100 | 11010 | 110110 | 0 | 1 | 100010000 | 1100000 | 1001000 |
Color Harmonies of #BB73FC
Complementary color
Monochromatic Colors of #BB73FC
Black with #BB73FC
Text Example
Text Example
White with #BB73FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB73FC; }
p { color: rgb(187,115,252); }
H1.HeaderClassName
{
color: #BB73FC;
}
.AnyTagClassName
{
color: #BB73FC;
}
</style>
background-color css
<style>
a { background-color: #BB73FC; }
a { background-color: rgb(187,115,252); }
div.DivClassName
{
background-color: #BB73FC;
}
.BgClassName
{
background-color: #BB73FC;
}
</style>
border-color css
<style>
span { border-color: #BB73FC; }
span { border-color: rgb(187,115,252); }
td.TdClassName
{
border-color: #BB73FC;
}
.TagClassName
{
border-color: #BB73FC;
}
</style>