Shades of Medium Orchid #BD5ADA
Tints of Medium Orchid #BD5ADA
RGB
CMYK
RGB Variations
Color information
#BD5ADA (or 0xBD5ADA) is known color: Medium Orchid. HEX triplet: BD, 5A and DA. RGB value is (189,90,218). Sum of RGB (Red+Green+Blue) = 189+90+218=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD5ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5ADA is #42A525. Grayscale: #858585. Windows color (decimal): -4367654 or 14310077. OLE color: 14310077.
HSL color Cylindrical-coordinate representation of color #BD5ADA: hue angle of 286.41º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD5ADA is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 90 | 218 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.15 |
| HSL | 286.41º | 0.63% | 0.6% | - |
| HSV(B) | 286.41º | 0.59% | 0.85% | - |
| XYZ | 37.3 | 23.19 | 68.84 | - |
| YUV | 134.19 | 175.3 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 90 | 218 | 0.13 | 0.59 | 0 | 0.15 | 286.41 | 0.63 | 0.6 |
| Hex | BD | 5A | DA | D | 3B | 0 | F | 11E | 3F | 3C |
| Octal | 275 | 132 | 332 | 15 | 73 | 0 | 17 | 436 | 77 | 74 |
| Binary | 10111101 | 1011010 | 11011010 | 1101 | 111011 | 0 | 1111 | 100011110 | 111111 | 111100 |
Color Harmonies of #BD5ADA
Complementary color
Monochromatic Colors of #BD5ADA
Black with #BD5ADA
Text Example
Text Example
White with #BD5ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5ADA; }
p { color: rgb(189,90,218); }
H1.HeaderClassName
{
color: #BD5ADA;
}
.AnyTagClassName
{
color: #BD5ADA;
}
</style>
background-color css
<style>
a { background-color: #BD5ADA; }
a { background-color: rgb(189,90,218); }
div.DivClassName
{
background-color: #BD5ADA;
}
.BgClassName
{
background-color: #BD5ADA;
}
</style>
border-color css
<style>
span { border-color: #BD5ADA; }
span { border-color: rgb(189,90,218); }
td.TdClassName
{
border-color: #BD5ADA;
}
.TagClassName
{
border-color: #BD5ADA;
}
</style>