Shades of Heliotrope #BC73FF
Tints of Heliotrope #BC73FF
RGB
CMYK
RGB Variations
Color information
#BC73FF (or 0xBC73FF) is known color: Heliotrope. HEX triplet: BC, 73 and FF. RGB value is (188,115,255). Sum of RGB (Red+Green+Blue) = 188+115+255=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 115 (45.31% from 255 or 20.61% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC73FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC73FF is #438C00. Grayscale: #989898. Windows color (decimal): -4426753 or 16741308. OLE color: 16741308.
HSL color Cylindrical-coordinate representation of color #BC73FF: hue angle of 271.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC73FF is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 115 | 255 | - |
| CMYK | 0.26 | 0.55 | 0 | 0 |
| HSL | 271.29º | 1% | 0.73% | - |
| HSV(B) | 271.29º | 0.55% | 1% | - |
| XYZ | 44.92 | 30.17 | 98.06 | - |
| YUV | 152.79 | 185.68 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 255 | 0.26 | 0.55 | 0 | 0 | 271.29 | 1 | 0.73 |
| Hex | BC | 73 | FF | 1A | 37 | 0 | 0 | 10F | 64 | 49 |
| Octal | 274 | 163 | 377 | 32 | 67 | 0 | 0 | 417 | 144 | 111 |
| Binary | 10111100 | 1110011 | 11111111 | 11010 | 110111 | 0 | 0 | 100001111 | 1100100 | 1001001 |
Color Harmonies of #BC73FF
Complementary color
Monochromatic Colors of #BC73FF
Black with #BC73FF
Text Example
Text Example
White with #BC73FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC73FF; }
p { color: rgb(188,115,255); }
H1.HeaderClassName
{
color: #BC73FF;
}
.AnyTagClassName
{
color: #BC73FF;
}
</style>
background-color css
<style>
a { background-color: #BC73FF; }
a { background-color: rgb(188,115,255); }
div.DivClassName
{
background-color: #BC73FF;
}
.BgClassName
{
background-color: #BC73FF;
}
</style>
border-color css
<style>
span { border-color: #BC73FF; }
span { border-color: rgb(188,115,255); }
td.TdClassName
{
border-color: #BC73FF;
}
.TagClassName
{
border-color: #BC73FF;
}
</style>