Shades of Heliotrope #BB72FE
Tints of Heliotrope #BB72FE
RGB
CMYK
RGB Variations
Color information
#BB72FE (or 0xBB72FE) is known color: Heliotrope. HEX triplet: BB, 72 and FE. RGB value is (187,114,254). Sum of RGB (Red+Green+Blue) = 187+114+254=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 114 (44.92% from 255 or 20.54% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB72FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB72FE is #448D01. Grayscale: #979797. Windows color (decimal): -4492546 or 16675515. OLE color: 16675515.
HSL color Cylindrical-coordinate representation of color #BB72FE: hue angle of 271.29º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB72FE is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 114 | 254 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.00 |
| HSL | 271.29º | 0.99% | 0.72% | - |
| HSV(B) | 271.29º | 0.55% | 1% | - |
| XYZ | 44.4 | 29.76 | 97.17 | - |
| YUV | 151.79 | 185.68 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 254 | 0.26 | 0.55 | 0 | 0.00 | 271.29 | 0.99 | 0.72 |
| Hex | BB | 72 | FE | 1A | 37 | 0 | 0 | 10F | 63 | 48 |
| Octal | 273 | 162 | 376 | 32 | 67 | 0 | 0 | 417 | 143 | 110 |
| Binary | 10111011 | 1110010 | 11111110 | 11010 | 110111 | 0 | 0 | 100001111 | 1100011 | 1001000 |
Color Harmonies of #BB72FE
Complementary color
Monochromatic Colors of #BB72FE
Black with #BB72FE
Text Example
Text Example
White with #BB72FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB72FE; }
p { color: rgb(187,114,254); }
H1.HeaderClassName
{
color: #BB72FE;
}
.AnyTagClassName
{
color: #BB72FE;
}
</style>
background-color css
<style>
a { background-color: #BB72FE; }
a { background-color: rgb(187,114,254); }
div.DivClassName
{
background-color: #BB72FE;
}
.BgClassName
{
background-color: #BB72FE;
}
</style>
border-color css
<style>
span { border-color: #BB72FE; }
span { border-color: rgb(187,114,254); }
td.TdClassName
{
border-color: #BB72FE;
}
.TagClassName
{
border-color: #BB72FE;
}
</style>