Shades of Heliotrope #BD75EC
Tints of Heliotrope #BD75EC
RGB
CMYK
RGB Variations
Color information
#BD75EC (or 0xBD75EC) is known color: Heliotrope. HEX triplet: BD, 75 and EC. RGB value is (189,117,236). Sum of RGB (Red+Green+Blue) = 189+117+236=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD75EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD75EC is #428A13. Grayscale: #979797. Windows color (decimal): -4360724 or 15496637. OLE color: 15496637.
HSL color Cylindrical-coordinate representation of color #BD75EC: hue angle of 276.3º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD75EC is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 117 | 236 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.07 |
| HSL | 276.3º | 0.76% | 0.69% | - |
| HSV(B) | 276.3º | 0.5% | 0.93% | - |
| XYZ | 42.49 | 29.6 | 82.83 | - |
| YUV | 152.09 | 175.35 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 236 | 0.20 | 0.50 | 0 | 0.07 | 276.3 | 0.76 | 0.69 |
| Hex | BD | 75 | EC | 14 | 32 | 0 | 7 | 114 | 4C | 45 |
| Octal | 275 | 165 | 354 | 24 | 62 | 0 | 7 | 424 | 114 | 105 |
| Binary | 10111101 | 1110101 | 11101100 | 10100 | 110010 | 0 | 111 | 100010100 | 1001100 | 1000101 |
Color Harmonies of #BD75EC
Complementary color
Monochromatic Colors of #BD75EC
Black with #BD75EC
Text Example
Text Example
White with #BD75EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD75EC; }
p { color: rgb(189,117,236); }
H1.HeaderClassName
{
color: #BD75EC;
}
.AnyTagClassName
{
color: #BD75EC;
}
</style>
background-color css
<style>
a { background-color: #BD75EC; }
a { background-color: rgb(189,117,236); }
div.DivClassName
{
background-color: #BD75EC;
}
.BgClassName
{
background-color: #BD75EC;
}
</style>
border-color css
<style>
span { border-color: #BD75EC; }
span { border-color: rgb(189,117,236); }
td.TdClassName
{
border-color: #BD75EC;
}
.TagClassName
{
border-color: #BD75EC;
}
</style>