Shades of Heliotrope #BD73EC
Tints of Heliotrope #BD73EC
RGB
CMYK
RGB Variations
Color information
#BD73EC (or 0xBD73EC) is known color: Heliotrope. HEX triplet: BD, 73 and EC. RGB value is (189,115,236). Sum of RGB (Red+Green+Blue) = 189+115+236=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 115 (45.31% from 255 or 21.30% 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 #BD73EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD73EC is #428C13. Grayscale: #969696. Windows color (decimal): -4361236 or 15496125. OLE color: 15496125.
HSL color Cylindrical-coordinate representation of color #BD73EC: hue angle of 276.69º 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 #BD73EC is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 115 | 236 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.07 |
| HSL | 276.69º | 0.76% | 0.69% | - |
| HSV(B) | 276.69º | 0.51% | 0.93% | - |
| XYZ | 42.26 | 29.14 | 82.75 | - |
| YUV | 150.92 | 176.02 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 236 | 0.20 | 0.51 | 0 | 0.07 | 276.69 | 0.76 | 0.69 |
| Hex | BD | 73 | EC | 14 | 33 | 0 | 7 | 115 | 4C | 45 |
| Octal | 275 | 163 | 354 | 24 | 63 | 0 | 7 | 425 | 114 | 105 |
| Binary | 10111101 | 1110011 | 11101100 | 10100 | 110011 | 0 | 111 | 100010101 | 1001100 | 1000101 |
Color Harmonies of #BD73EC
Complementary color
Monochromatic Colors of #BD73EC
Black with #BD73EC
Text Example
Text Example
White with #BD73EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD73EC; }
p { color: rgb(189,115,236); }
H1.HeaderClassName
{
color: #BD73EC;
}
.AnyTagClassName
{
color: #BD73EC;
}
</style>
background-color css
<style>
a { background-color: #BD73EC; }
a { background-color: rgb(189,115,236); }
div.DivClassName
{
background-color: #BD73EC;
}
.BgClassName
{
background-color: #BD73EC;
}
</style>
border-color css
<style>
span { border-color: #BD73EC; }
span { border-color: rgb(189,115,236); }
td.TdClassName
{
border-color: #BD73EC;
}
.TagClassName
{
border-color: #BD73EC;
}
</style>