Shades of Heliotrope #BC73FD
Tints of Heliotrope #BC73FD
RGB
CMYK
RGB Variations
Color information
#BC73FD (or 0xBC73FD) is known color: Heliotrope. HEX triplet: BC, 73 and FD. RGB value is (188,115,253). Sum of RGB (Red+Green+Blue) = 188+115+253=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 115 (45.31% from 255 or 20.68% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC73FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC73FD is #438C02. Grayscale: #989898. Windows color (decimal): -4426755 or 16610236. OLE color: 16610236.
HSL color Cylindrical-coordinate representation of color #BC73FD: hue angle of 271.74º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC73FD is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 115 | 253 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.01 |
| HSL | 271.74º | 0.97% | 0.72% | - |
| HSV(B) | 271.74º | 0.55% | 0.99% | - |
| XYZ | 44.6 | 30.04 | 96.38 | - |
| YUV | 152.56 | 184.68 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 253 | 0.26 | 0.55 | 0 | 0.01 | 271.74 | 0.97 | 0.72 |
| Hex | BC | 73 | FD | 1A | 37 | 0 | 1 | 110 | 61 | 48 |
| Octal | 274 | 163 | 375 | 32 | 67 | 0 | 1 | 420 | 141 | 110 |
| Binary | 10111100 | 1110011 | 11111101 | 11010 | 110111 | 0 | 1 | 100010000 | 1100001 | 1001000 |
Color Harmonies of #BC73FD
Complementary color
Monochromatic Colors of #BC73FD
Black with #BC73FD
Text Example
Text Example
White with #BC73FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC73FD; }
p { color: rgb(188,115,253); }
H1.HeaderClassName
{
color: #BC73FD;
}
.AnyTagClassName
{
color: #BC73FD;
}
</style>
background-color css
<style>
a { background-color: #BC73FD; }
a { background-color: rgb(188,115,253); }
div.DivClassName
{
background-color: #BC73FD;
}
.BgClassName
{
background-color: #BC73FD;
}
</style>
border-color css
<style>
span { border-color: #BC73FD; }
span { border-color: rgb(188,115,253); }
td.TdClassName
{
border-color: #BC73FD;
}
.TagClassName
{
border-color: #BC73FD;
}
</style>