Shades of Heliotrope #BC72FE
Tints of Heliotrope #BC72FE
RGB
CMYK
RGB Variations
Color information
#BC72FE (or 0xBC72FE) is known color: Heliotrope. HEX triplet: BC, 72 and FE. RGB value is (188,114,254). Sum of RGB (Red+Green+Blue) = 188+114+254=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC72FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC72FE is #438D01. Grayscale: #979797. Windows color (decimal): -4427010 or 16675516. OLE color: 16675516.
HSL color Cylindrical-coordinate representation of color #BC72FE: hue angle of 271.71º 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 #BC72FE is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 114 | 254 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.00 |
| HSL | 271.71º | 0.99% | 0.72% | - |
| HSV(B) | 271.71º | 0.55% | 1% | - |
| XYZ | 44.65 | 29.88 | 97.18 | - |
| YUV | 152.09 | 185.52 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 254 | 0.26 | 0.55 | 0 | 0.00 | 271.71 | 0.99 | 0.72 |
| Hex | BC | 72 | FE | 1A | 37 | 0 | 0 | 110 | 63 | 48 |
| Octal | 274 | 162 | 376 | 32 | 67 | 0 | 0 | 420 | 143 | 110 |
| Binary | 10111100 | 1110010 | 11111110 | 11010 | 110111 | 0 | 0 | 100010000 | 1100011 | 1001000 |
Color Harmonies of #BC72FE
Complementary color
Monochromatic Colors of #BC72FE
Black with #BC72FE
Text Example
Text Example
White with #BC72FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC72FE; }
p { color: rgb(188,114,254); }
H1.HeaderClassName
{
color: #BC72FE;
}
.AnyTagClassName
{
color: #BC72FE;
}
</style>
background-color css
<style>
a { background-color: #BC72FE; }
a { background-color: rgb(188,114,254); }
div.DivClassName
{
background-color: #BC72FE;
}
.BgClassName
{
background-color: #BC72FE;
}
</style>
border-color css
<style>
span { border-color: #BC72FE; }
span { border-color: rgb(188,114,254); }
td.TdClassName
{
border-color: #BC72FE;
}
.TagClassName
{
border-color: #BC72FE;
}
</style>