Shades of Medium Orchid #BD42EE
Tints of Medium Orchid #BD42EE
RGB
CMYK
RGB Variations
Color information
#BD42EE (or 0xBD42EE) is known color: Medium Orchid. HEX triplet: BD, 42 and EE. RGB value is (189,66,238). Sum of RGB (Red+Green+Blue) = 189+66+238=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 66 (26.17% from 255 or 13.39% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD42EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD42EE is #42BD11. Grayscale: #797979. Windows color (decimal): -4373778 or 15614653. OLE color: 15614653.
HSL color Cylindrical-coordinate representation of color #BD42EE: hue angle of 282.91º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD42EE is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 66 | 238 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.07 |
| HSL | 282.91º | 0.83% | 0.6% | - |
| HSV(B) | 282.91º | 0.72% | 0.93% | - |
| XYZ | 38.37 | 20.89 | 82.9 | - |
| YUV | 122.39 | 193.25 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 238 | 0.21 | 0.72 | 0 | 0.07 | 282.91 | 0.83 | 0.6 |
| Hex | BD | 42 | EE | 15 | 48 | 0 | 7 | 11B | 53 | 3C |
| Octal | 275 | 102 | 356 | 25 | 110 | 0 | 7 | 433 | 123 | 74 |
| Binary | 10111101 | 1000010 | 11101110 | 10101 | 1001000 | 0 | 111 | 100011011 | 1010011 | 111100 |
Color Harmonies of #BD42EE
Complementary color
Monochromatic Colors of #BD42EE
Black with #BD42EE
Text Example
Text Example
White with #BD42EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD42EE; }
p { color: rgb(189,66,238); }
H1.HeaderClassName
{
color: #BD42EE;
}
.AnyTagClassName
{
color: #BD42EE;
}
</style>
background-color css
<style>
a { background-color: #BD42EE; }
a { background-color: rgb(189,66,238); }
div.DivClassName
{
background-color: #BD42EE;
}
.BgClassName
{
background-color: #BD42EE;
}
</style>
border-color css
<style>
span { border-color: #BD42EE; }
span { border-color: rgb(189,66,238); }
td.TdClassName
{
border-color: #BD42EE;
}
.TagClassName
{
border-color: #BD42EE;
}
</style>