Shades of Medium Orchid #BD3ADE
Tints of Medium Orchid #BD3ADE
RGB
CMYK
RGB Variations
Color information
#BD3ADE (or 0xBD3ADE) is known color: Medium Orchid. HEX triplet: BD, 3A and DE. RGB value is (189,58,222). Sum of RGB (Red+Green+Blue) = 189+58+222=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 58 (23.05% from 255 or 12.37% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD3ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3ADE is #42C521. Grayscale: #737373. Windows color (decimal): -4375842 or 14564029. OLE color: 14564029.
HSL color Cylindrical-coordinate representation of color #BD3ADE: hue angle of 287.93º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3ADE is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 58 | 222 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.13 |
| HSL | 287.93º | 0.71% | 0.55% | - |
| HSV(B) | 287.93º | 0.74% | 0.87% | - |
| XYZ | 35.68 | 19.12 | 70.92 | - |
| YUV | 115.87 | 187.9 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 222 | 0.15 | 0.74 | 0 | 0.13 | 287.93 | 0.71 | 0.55 |
| Hex | BD | 3A | DE | F | 4A | 0 | D | 120 | 47 | 37 |
| Octal | 275 | 72 | 336 | 17 | 112 | 0 | 15 | 440 | 107 | 67 |
| Binary | 10111101 | 111010 | 11011110 | 1111 | 1001010 | 0 | 1101 | 100100000 | 1000111 | 110111 |
Color Harmonies of #BD3ADE
Complementary color
Monochromatic Colors of #BD3ADE
Black with #BD3ADE
Text Example
Text Example
White with #BD3ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3ADE; }
p { color: rgb(189,58,222); }
H1.HeaderClassName
{
color: #BD3ADE;
}
.AnyTagClassName
{
color: #BD3ADE;
}
</style>
background-color css
<style>
a { background-color: #BD3ADE; }
a { background-color: rgb(189,58,222); }
div.DivClassName
{
background-color: #BD3ADE;
}
.BgClassName
{
background-color: #BD3ADE;
}
</style>
border-color css
<style>
span { border-color: #BD3ADE; }
span { border-color: rgb(189,58,222); }
td.TdClassName
{
border-color: #BD3ADE;
}
.TagClassName
{
border-color: #BD3ADE;
}
</style>