Shades of Medium Orchid #BD4DED
Tints of Medium Orchid #BD4DED
RGB
CMYK
RGB Variations
Color information
#BD4DED (or 0xBD4DED) is known color: Medium Orchid. HEX triplet: BD, 4D and ED. RGB value is (189,77,237). Sum of RGB (Red+Green+Blue) = 189+77+237=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 77 (30.47% from 255 or 15.31% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD4DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD4DED is #42B212. Grayscale: #808080. Windows color (decimal): -4370963 or 15551933. OLE color: 15551933.
HSL color Cylindrical-coordinate representation of color #BD4DED: hue angle of 282º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD4DED is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 77 | 237 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.07 |
| HSL | 282º | 0.82% | 0.62% | - |
| HSV(B) | 282º | 0.68% | 0.93% | - |
| XYZ | 38.93 | 22.24 | 82.36 | - |
| YUV | 128.73 | 189.11 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 237 | 0.20 | 0.68 | 0 | 0.07 | 282 | 0.82 | 0.62 |
| Hex | BD | 4D | ED | 14 | 44 | 0 | 7 | 11A | 52 | 3E |
| Octal | 275 | 115 | 355 | 24 | 104 | 0 | 7 | 432 | 122 | 76 |
| Binary | 10111101 | 1001101 | 11101101 | 10100 | 1000100 | 0 | 111 | 100011010 | 1010010 | 111110 |
Color Harmonies of #BD4DED
Complementary color
Monochromatic Colors of #BD4DED
Black with #BD4DED
Text Example
Text Example
White with #BD4DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4DED; }
p { color: rgb(189,77,237); }
H1.HeaderClassName
{
color: #BD4DED;
}
.AnyTagClassName
{
color: #BD4DED;
}
</style>
background-color css
<style>
a { background-color: #BD4DED; }
a { background-color: rgb(189,77,237); }
div.DivClassName
{
background-color: #BD4DED;
}
.BgClassName
{
background-color: #BD4DED;
}
</style>
border-color css
<style>
span { border-color: #BD4DED; }
span { border-color: rgb(189,77,237); }
td.TdClassName
{
border-color: #BD4DED;
}
.TagClassName
{
border-color: #BD4DED;
}
</style>