Shades of Heliotrope #BC72FF
Tints of Heliotrope #BC72FF
RGB
CMYK
RGB Variations
Color information
#BC72FF (or 0xBC72FF) is known color: Heliotrope. HEX triplet: BC, 72 and FF. RGB value is (188,114,255). Sum of RGB (Red+Green+Blue) = 188+114+255=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 114 (44.92% from 255 or 20.47% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC72FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC72FF is #438D00. Grayscale: #979797. Windows color (decimal): -4427009 or 16741052. OLE color: 16741052.
HSL color Cylindrical-coordinate representation of color #BC72FF: hue angle of 271.49º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC72FF is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 114 | 255 | - |
| CMYK | 0.26 | 0.55 | 0 | 0 |
| HSL | 271.49º | 1% | 0.72% | - |
| HSV(B) | 271.49º | 0.55% | 1% | - |
| XYZ | 44.81 | 29.95 | 98.03 | - |
| YUV | 152.2 | 186.02 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 255 | 0.26 | 0.55 | 0 | 0 | 271.49 | 1 | 0.72 |
| Hex | BC | 72 | FF | 1A | 37 | 0 | 0 | 10F | 64 | 48 |
| Octal | 274 | 162 | 377 | 32 | 67 | 0 | 0 | 417 | 144 | 110 |
| Binary | 10111100 | 1110010 | 11111111 | 11010 | 110111 | 0 | 0 | 100001111 | 1100100 | 1001000 |
Color Harmonies of #BC72FF
Complementary color
Monochromatic Colors of #BC72FF
Black with #BC72FF
Text Example
Text Example
White with #BC72FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC72FF; }
p { color: rgb(188,114,255); }
H1.HeaderClassName
{
color: #BC72FF;
}
.AnyTagClassName
{
color: #BC72FF;
}
</style>
background-color css
<style>
a { background-color: #BC72FF; }
a { background-color: rgb(188,114,255); }
div.DivClassName
{
background-color: #BC72FF;
}
.BgClassName
{
background-color: #BC72FF;
}
</style>
border-color css
<style>
span { border-color: #BC72FF; }
span { border-color: rgb(188,114,255); }
td.TdClassName
{
border-color: #BC72FF;
}
.TagClassName
{
border-color: #BC72FF;
}
</style>