Shades of Medium Orchid #BD4AEA
Tints of Medium Orchid #BD4AEA
RGB
CMYK
RGB Variations
Color information
#BD4AEA (or 0xBD4AEA) is known color: Medium Orchid. HEX triplet: BD, 4A and EA. RGB value is (189,74,234). Sum of RGB (Red+Green+Blue) = 189+74+234=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 74 (29.30% from 255 or 14.89% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD4AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD4AEA is #42B515. Grayscale: #7E7E7E. Windows color (decimal): -4371734 or 15354557. OLE color: 15354557.
HSL color Cylindrical-coordinate representation of color #BD4AEA: hue angle of 283.12º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD4AEA is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 74 | 234 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.08 |
| HSL | 283.13º | 0.79% | 0.6% | - |
| HSV(B) | 283.13º | 0.68% | 0.92% | - |
| XYZ | 38.29 | 21.66 | 80 | - |
| YUV | 126.63 | 188.6 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 234 | 0.19 | 0.68 | 0 | 0.08 | 283.13 | 0.79 | 0.6 |
| Hex | BD | 4A | EA | 13 | 44 | 0 | 8 | 11B | 4F | 3C |
| Octal | 275 | 112 | 352 | 23 | 104 | 0 | 10 | 433 | 117 | 74 |
| Binary | 10111101 | 1001010 | 11101010 | 10011 | 1000100 | 0 | 1000 | 100011011 | 1001111 | 111100 |
Color Harmonies of #BD4AEA
Complementary color
Monochromatic Colors of #BD4AEA
Black with #BD4AEA
Text Example
Text Example
White with #BD4AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4AEA; }
p { color: rgb(189,74,234); }
H1.HeaderClassName
{
color: #BD4AEA;
}
.AnyTagClassName
{
color: #BD4AEA;
}
</style>
background-color css
<style>
a { background-color: #BD4AEA; }
a { background-color: rgb(189,74,234); }
div.DivClassName
{
background-color: #BD4AEA;
}
.BgClassName
{
background-color: #BD4AEA;
}
</style>
border-color css
<style>
span { border-color: #BD4AEA; }
span { border-color: rgb(189,74,234); }
td.TdClassName
{
border-color: #BD4AEA;
}
.TagClassName
{
border-color: #BD4AEA;
}
</style>