Shades of Medium Orchid #BD47EA
Tints of Medium Orchid #BD47EA
RGB
CMYK
RGB Variations
Color information
#BD47EA (or 0xBD47EA) is known color: Medium Orchid. HEX triplet: BD, 47 and EA. RGB value is (189,71,234). Sum of RGB (Red+Green+Blue) = 189+71+234=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 71 (28.12% from 255 or 14.37% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD47EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD47EA is #42B815. Grayscale: #7C7C7C. Windows color (decimal): -4372502 or 15353789. OLE color: 15353789.
HSL color Cylindrical-coordinate representation of color #BD47EA: hue angle of 283.44º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD47EA is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 71 | 234 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.08 |
| HSL | 283.44º | 0.8% | 0.6% | - |
| HSV(B) | 283.44º | 0.7% | 0.92% | - |
| XYZ | 38.09 | 21.27 | 79.94 | - |
| YUV | 124.86 | 189.59 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 71 | 234 | 0.19 | 0.70 | 0 | 0.08 | 283.44 | 0.8 | 0.6 |
| Hex | BD | 47 | EA | 13 | 46 | 0 | 8 | 11B | 50 | 3C |
| Octal | 275 | 107 | 352 | 23 | 106 | 0 | 10 | 433 | 120 | 74 |
| Binary | 10111101 | 1000111 | 11101010 | 10011 | 1000110 | 0 | 1000 | 100011011 | 1010000 | 111100 |
Color Harmonies of #BD47EA
Complementary color
Monochromatic Colors of #BD47EA
Black with #BD47EA
Text Example
Text Example
White with #BD47EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD47EA; }
p { color: rgb(189,71,234); }
H1.HeaderClassName
{
color: #BD47EA;
}
.AnyTagClassName
{
color: #BD47EA;
}
</style>
background-color css
<style>
a { background-color: #BD47EA; }
a { background-color: rgb(189,71,234); }
div.DivClassName
{
background-color: #BD47EA;
}
.BgClassName
{
background-color: #BD47EA;
}
</style>
border-color css
<style>
span { border-color: #BD47EA; }
span { border-color: rgb(189,71,234); }
td.TdClassName
{
border-color: #BD47EA;
}
.TagClassName
{
border-color: #BD47EA;
}
</style>