Shades of Medium Orchid #BD3BDD
Tints of Medium Orchid #BD3BDD
RGB
CMYK
RGB Variations
Color information
#BD3BDD (or 0xBD3BDD) is known color: Medium Orchid. HEX triplet: BD, 3B and DD. RGB value is (189,59,221). Sum of RGB (Red+Green+Blue) = 189+59+221=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 59 (23.44% from 255 or 12.58% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD3BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3BDD is #42C422. Grayscale: #737373. Windows color (decimal): -4375587 or 14498749. OLE color: 14498749.
HSL color Cylindrical-coordinate representation of color #BD3BDD: hue angle of 288.15º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD3BDD is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 59 | 221 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.13 |
| HSL | 288.15º | 0.7% | 0.55% | - |
| HSV(B) | 288.15º | 0.73% | 0.87% | - |
| XYZ | 35.6 | 19.17 | 70.23 | - |
| YUV | 116.34 | 187.07 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 59 | 221 | 0.14 | 0.73 | 0 | 0.13 | 288.15 | 0.7 | 0.55 |
| Hex | BD | 3B | DD | E | 49 | 0 | D | 120 | 46 | 37 |
| Octal | 275 | 73 | 335 | 16 | 111 | 0 | 15 | 440 | 106 | 67 |
| Binary | 10111101 | 111011 | 11011101 | 1110 | 1001001 | 0 | 1101 | 100100000 | 1000110 | 110111 |
Color Harmonies of #BD3BDD
Complementary color
Monochromatic Colors of #BD3BDD
Black with #BD3BDD
Text Example
Text Example
White with #BD3BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3BDD; }
p { color: rgb(189,59,221); }
H1.HeaderClassName
{
color: #BD3BDD;
}
.AnyTagClassName
{
color: #BD3BDD;
}
</style>
background-color css
<style>
a { background-color: #BD3BDD; }
a { background-color: rgb(189,59,221); }
div.DivClassName
{
background-color: #BD3BDD;
}
.BgClassName
{
background-color: #BD3BDD;
}
</style>
border-color css
<style>
span { border-color: #BD3BDD; }
span { border-color: rgb(189,59,221); }
td.TdClassName
{
border-color: #BD3BDD;
}
.TagClassName
{
border-color: #BD3BDD;
}
</style>