Shades of Medium Orchid #BD44D3
Tints of Medium Orchid #BD44D3
RGB
CMYK
RGB Variations
Color information
#BD44D3 (or 0xBD44D3) is known color: Medium Orchid. HEX triplet: BD, 44 and D3. RGB value is (189,68,211). Sum of RGB (Red+Green+Blue) = 189+68+211=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 211 (82.81% from 255 or 45.09% from 468); Max value from RGB is 211 - color contains mainly: blue. Hex color #BD44D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD44D3 is #42BB2C. Grayscale: #787878. Windows color (decimal): -4373293 or 13845693. OLE color: 13845693.
HSL color Cylindrical-coordinate representation of color #BD44D3: hue angle of 290.77º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD44D3 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 68 | 211 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.17 |
| HSL | 290.77º | 0.62% | 0.55% | - |
| HSV(B) | 290.77º | 0.68% | 0.83% | - |
| XYZ | 34.81 | 19.66 | 63.59 | - |
| YUV | 120.48 | 179.09 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 211 | 0.10 | 0.68 | 0 | 0.17 | 290.77 | 0.62 | 0.55 |
| Hex | BD | 44 | D3 | A | 44 | 0 | 11 | 123 | 3E | 37 |
| Octal | 275 | 104 | 323 | 12 | 104 | 0 | 21 | 443 | 76 | 67 |
| Binary | 10111101 | 1000100 | 11010011 | 1010 | 1000100 | 0 | 10001 | 100100011 | 111110 | 110111 |
Color Harmonies of #BD44D3
Complementary color
Monochromatic Colors of #BD44D3
Black with #BD44D3
Text Example
Text Example
White with #BD44D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD44D3; }
p { color: rgb(189,68,211); }
H1.HeaderClassName
{
color: #BD44D3;
}
.AnyTagClassName
{
color: #BD44D3;
}
</style>
background-color css
<style>
a { background-color: #BD44D3; }
a { background-color: rgb(189,68,211); }
div.DivClassName
{
background-color: #BD44D3;
}
.BgClassName
{
background-color: #BD44D3;
}
</style>
border-color css
<style>
span { border-color: #BD44D3; }
span { border-color: rgb(189,68,211); }
td.TdClassName
{
border-color: #BD44D3;
}
.TagClassName
{
border-color: #BD44D3;
}
</style>