Shades of Medium Orchid #BD4ADE
Tints of Medium Orchid #BD4ADE
RGB
CMYK
RGB Variations
Color information
#BD4ADE (or 0xBD4ADE) is known color: Medium Orchid. HEX triplet: BD, 4A and DE. RGB value is (189,74,222). Sum of RGB (Red+Green+Blue) = 189+74+222=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD4ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4ADE is #42B521. Grayscale: #7C7C7C. Windows color (decimal): -4371746 or 14568125. OLE color: 14568125.
HSL color Cylindrical-coordinate representation of color #BD4ADE: hue angle of 286.62º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD4ADE is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 74 | 222 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.13 |
| HSL | 286.62º | 0.69% | 0.58% | - |
| HSV(B) | 286.62º | 0.67% | 0.87% | - |
| XYZ | 36.62 | 20.99 | 71.23 | - |
| YUV | 125.26 | 182.6 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 222 | 0.15 | 0.67 | 0 | 0.13 | 286.62 | 0.69 | 0.58 |
| Hex | BD | 4A | DE | F | 43 | 0 | D | 11F | 45 | 3A |
| Octal | 275 | 112 | 336 | 17 | 103 | 0 | 15 | 437 | 105 | 72 |
| Binary | 10111101 | 1001010 | 11011110 | 1111 | 1000011 | 0 | 1101 | 100011111 | 1000101 | 111010 |
Color Harmonies of #BD4ADE
Complementary color
Monochromatic Colors of #BD4ADE
Black with #BD4ADE
Text Example
Text Example
White with #BD4ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4ADE; }
p { color: rgb(189,74,222); }
H1.HeaderClassName
{
color: #BD4ADE;
}
.AnyTagClassName
{
color: #BD4ADE;
}
</style>
background-color css
<style>
a { background-color: #BD4ADE; }
a { background-color: rgb(189,74,222); }
div.DivClassName
{
background-color: #BD4ADE;
}
.BgClassName
{
background-color: #BD4ADE;
}
</style>
border-color css
<style>
span { border-color: #BD4ADE; }
span { border-color: rgb(189,74,222); }
td.TdClassName
{
border-color: #BD4ADE;
}
.TagClassName
{
border-color: #BD4ADE;
}
</style>