Shades of Medium Orchid #BD5ADE
Tints of Medium Orchid #BD5ADE
RGB
CMYK
RGB Variations
Color information
#BD5ADE (or 0xBD5ADE) is known color: Medium Orchid. HEX triplet: BD, 5A and DE. RGB value is (189,90,222). Sum of RGB (Red+Green+Blue) = 189+90+222=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD5ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5ADE is #42A521. Grayscale: #868686. Windows color (decimal): -4367650 or 14572221. OLE color: 14572221.
HSL color Cylindrical-coordinate representation of color #BD5ADE: hue angle of 285º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD5ADE is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 90 | 222 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.13 |
| HSL | 285º | 0.67% | 0.61% | - |
| HSV(B) | 285º | 0.59% | 0.87% | - |
| XYZ | 37.83 | 23.41 | 71.63 | - |
| YUV | 134.65 | 177.3 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 90 | 222 | 0.15 | 0.59 | 0 | 0.13 | 285 | 0.67 | 0.61 |
| Hex | BD | 5A | DE | F | 3B | 0 | D | 11D | 43 | 3D |
| Octal | 275 | 132 | 336 | 17 | 73 | 0 | 15 | 435 | 103 | 75 |
| Binary | 10111101 | 1011010 | 11011110 | 1111 | 111011 | 0 | 1101 | 100011101 | 1000011 | 111101 |
Color Harmonies of #BD5ADE
Complementary color
Monochromatic Colors of #BD5ADE
Black with #BD5ADE
Text Example
Text Example
White with #BD5ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5ADE; }
p { color: rgb(189,90,222); }
H1.HeaderClassName
{
color: #BD5ADE;
}
.AnyTagClassName
{
color: #BD5ADE;
}
</style>
background-color css
<style>
a { background-color: #BD5ADE; }
a { background-color: rgb(189,90,222); }
div.DivClassName
{
background-color: #BD5ADE;
}
.BgClassName
{
background-color: #BD5ADE;
}
</style>
border-color css
<style>
span { border-color: #BD5ADE; }
span { border-color: rgb(189,90,222); }
td.TdClassName
{
border-color: #BD5ADE;
}
.TagClassName
{
border-color: #BD5ADE;
}
</style>