Shades of Medium Orchid #BD42EC
Tints of Medium Orchid #BD42EC
RGB
CMYK
RGB Variations
Color information
#BD42EC (or 0xBD42EC) is known color: Medium Orchid. HEX triplet: BD, 42 and EC. RGB value is (189,66,236). Sum of RGB (Red+Green+Blue) = 189+66+236=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 66 (26.17% from 255 or 13.44% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD42EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD42EC is #42BD13. Grayscale: #797979. Windows color (decimal): -4373780 or 15483581. OLE color: 15483581.
HSL color Cylindrical-coordinate representation of color #BD42EC: hue angle of 283.41º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD42EC is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 66 | 236 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.07 |
| HSL | 283.41º | 0.82% | 0.59% | - |
| HSV(B) | 283.41º | 0.72% | 0.93% | - |
| XYZ | 38.07 | 20.77 | 81.36 | - |
| YUV | 122.16 | 192.25 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 236 | 0.20 | 0.72 | 0 | 0.07 | 283.41 | 0.82 | 0.59 |
| Hex | BD | 42 | EC | 14 | 48 | 0 | 7 | 11B | 52 | 3B |
| Octal | 275 | 102 | 354 | 24 | 110 | 0 | 7 | 433 | 122 | 73 |
| Binary | 10111101 | 1000010 | 11101100 | 10100 | 1001000 | 0 | 111 | 100011011 | 1010010 | 111011 |
Color Harmonies of #BD42EC
Complementary color
Monochromatic Colors of #BD42EC
Black with #BD42EC
Text Example
Text Example
White with #BD42EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD42EC; }
p { color: rgb(189,66,236); }
H1.HeaderClassName
{
color: #BD42EC;
}
.AnyTagClassName
{
color: #BD42EC;
}
</style>
background-color css
<style>
a { background-color: #BD42EC; }
a { background-color: rgb(189,66,236); }
div.DivClassName
{
background-color: #BD42EC;
}
.BgClassName
{
background-color: #BD42EC;
}
</style>
border-color css
<style>
span { border-color: #BD42EC; }
span { border-color: rgb(189,66,236); }
td.TdClassName
{
border-color: #BD42EC;
}
.TagClassName
{
border-color: #BD42EC;
}
</style>