Shades of Heliotrope #BC73FE
Tints of Heliotrope #BC73FE
RGB
CMYK
RGB Variations
Color information
#BC73FE (or 0xBC73FE) is known color: Heliotrope. HEX triplet: BC, 73 and FE. RGB value is (188,115,254). Sum of RGB (Red+Green+Blue) = 188+115+254=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 115 (45.31% from 255 or 20.65% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC73FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC73FE is #438C01. Grayscale: #989898. Windows color (decimal): -4426754 or 16675772. OLE color: 16675772.
HSL color Cylindrical-coordinate representation of color #BC73FE: hue angle of 271.51º 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 #BC73FE is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 115 | 254 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.00 |
| HSL | 271.51º | 0.99% | 0.72% | - |
| HSV(B) | 271.51º | 0.55% | 1% | - |
| XYZ | 44.76 | 30.11 | 97.22 | - |
| YUV | 152.67 | 185.18 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 254 | 0.26 | 0.55 | 0 | 0.00 | 271.51 | 0.99 | 0.72 |
| Hex | BC | 73 | FE | 1A | 37 | 0 | 0 | 110 | 63 | 48 |
| Octal | 274 | 163 | 376 | 32 | 67 | 0 | 0 | 420 | 143 | 110 |
| Binary | 10111100 | 1110011 | 11111110 | 11010 | 110111 | 0 | 0 | 100010000 | 1100011 | 1001000 |
Color Harmonies of #BC73FE
Complementary color
Monochromatic Colors of #BC73FE
Black with #BC73FE
Text Example
Text Example
White with #BC73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC73FE; }
p { color: rgb(188,115,254); }
H1.HeaderClassName
{
color: #BC73FE;
}
.AnyTagClassName
{
color: #BC73FE;
}
</style>
background-color css
<style>
a { background-color: #BC73FE; }
a { background-color: rgb(188,115,254); }
div.DivClassName
{
background-color: #BC73FE;
}
.BgClassName
{
background-color: #BC73FE;
}
</style>
border-color css
<style>
span { border-color: #BC73FE; }
span { border-color: rgb(188,115,254); }
td.TdClassName
{
border-color: #BC73FE;
}
.TagClassName
{
border-color: #BC73FE;
}
</style>