Shades of Heliotrope #BC72F0
Tints of Heliotrope #BC72F0
RGB
CMYK
RGB Variations
Color information
#BC72F0 (or 0xBC72F0) is known color: Heliotrope. HEX triplet: BC, 72 and F0. RGB value is (188,114,240). Sum of RGB (Red+Green+Blue) = 188+114+240=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 240 (94.14% from 255 or 44.28% from 542); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC72F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC72F0 is #438D0F. Grayscale: #969696. Windows color (decimal): -4427024 or 15758012. OLE color: 15758012.
HSL color Cylindrical-coordinate representation of color #BC72F0: hue angle of 275.24º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC72F0 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 114 | 240 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.06 |
| HSL | 275.24º | 0.81% | 0.69% | - |
| HSV(B) | 275.24º | 0.53% | 0.94% | - |
| XYZ | 42.48 | 29.02 | 85.8 | - |
| YUV | 150.49 | 178.52 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 240 | 0.22 | 0.52 | 0 | 0.06 | 275.24 | 0.81 | 0.69 |
| Hex | BC | 72 | F0 | 16 | 34 | 0 | 6 | 113 | 51 | 45 |
| Octal | 274 | 162 | 360 | 26 | 64 | 0 | 6 | 423 | 121 | 105 |
| Binary | 10111100 | 1110010 | 11110000 | 10110 | 110100 | 0 | 110 | 100010011 | 1010001 | 1000101 |
Color Harmonies of #BC72F0
Complementary color
Monochromatic Colors of #BC72F0
Black with #BC72F0
Text Example
Text Example
White with #BC72F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC72F0; }
p { color: rgb(188,114,240); }
H1.HeaderClassName
{
color: #BC72F0;
}
.AnyTagClassName
{
color: #BC72F0;
}
</style>
background-color css
<style>
a { background-color: #BC72F0; }
a { background-color: rgb(188,114,240); }
div.DivClassName
{
background-color: #BC72F0;
}
.BgClassName
{
background-color: #BC72F0;
}
</style>
border-color css
<style>
span { border-color: #BC72F0; }
span { border-color: rgb(188,114,240); }
td.TdClassName
{
border-color: #BC72F0;
}
.TagClassName
{
border-color: #BC72F0;
}
</style>