Shades of Heliotrope #BC74EC
Tints of Heliotrope #BC74EC
RGB
CMYK
RGB Variations
Color information
#BC74EC (or 0xBC74EC) is known color: Heliotrope. HEX triplet: BC, 74 and EC. RGB value is (188,116,236). Sum of RGB (Red+Green+Blue) = 188+116+236=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC74EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC74EC is #438B13. Grayscale: #969696. Windows color (decimal): -4426516 or 15496380. OLE color: 15496380.
HSL color Cylindrical-coordinate representation of color #BC74EC: hue angle of 276º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC74EC is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 116 | 236 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.07 |
| HSL | 276º | 0.76% | 0.69% | - |
| HSV(B) | 276º | 0.51% | 0.93% | - |
| XYZ | 42.12 | 29.24 | 82.78 | - |
| YUV | 151.21 | 175.85 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 236 | 0.20 | 0.51 | 0 | 0.07 | 276 | 0.76 | 0.69 |
| Hex | BC | 74 | EC | 14 | 33 | 0 | 7 | 114 | 4C | 45 |
| Octal | 274 | 164 | 354 | 24 | 63 | 0 | 7 | 424 | 114 | 105 |
| Binary | 10111100 | 1110100 | 11101100 | 10100 | 110011 | 0 | 111 | 100010100 | 1001100 | 1000101 |
Color Harmonies of #BC74EC
Complementary color
Monochromatic Colors of #BC74EC
Black with #BC74EC
Text Example
Text Example
White with #BC74EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC74EC; }
p { color: rgb(188,116,236); }
H1.HeaderClassName
{
color: #BC74EC;
}
.AnyTagClassName
{
color: #BC74EC;
}
</style>
background-color css
<style>
a { background-color: #BC74EC; }
a { background-color: rgb(188,116,236); }
div.DivClassName
{
background-color: #BC74EC;
}
.BgClassName
{
background-color: #BC74EC;
}
</style>
border-color css
<style>
span { border-color: #BC74EC; }
span { border-color: rgb(188,116,236); }
td.TdClassName
{
border-color: #BC74EC;
}
.TagClassName
{
border-color: #BC74EC;
}
</style>