Shades of Medium Orchid #BD3DDD
Tints of Medium Orchid #BD3DDD
RGB
CMYK
RGB Variations
Color information
#BD3DDD (or 0xBD3DDD) is known color: Medium Orchid. HEX triplet: BD, 3D and DD. RGB value is (189,61,221). Sum of RGB (Red+Green+Blue) = 189+61+221=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD3DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3DDD is #42C222. Grayscale: #757575. Windows color (decimal): -4375075 or 14499261. OLE color: 14499261.
HSL color Cylindrical-coordinate representation of color #BD3DDD: hue angle of 288º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3DDD is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 61 | 221 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.13 |
| HSL | 288º | 0.7% | 0.55% | - |
| HSV(B) | 288º | 0.72% | 0.87% | - |
| XYZ | 35.71 | 19.38 | 70.26 | - |
| YUV | 117.51 | 186.41 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 221 | 0.14 | 0.72 | 0 | 0.13 | 288 | 0.7 | 0.55 |
| Hex | BD | 3D | DD | E | 48 | 0 | D | 120 | 46 | 37 |
| Octal | 275 | 75 | 335 | 16 | 110 | 0 | 15 | 440 | 106 | 67 |
| Binary | 10111101 | 111101 | 11011101 | 1110 | 1001000 | 0 | 1101 | 100100000 | 1000110 | 110111 |
Color Harmonies of #BD3DDD
Complementary color
Monochromatic Colors of #BD3DDD
Black with #BD3DDD
Text Example
Text Example
White with #BD3DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3DDD; }
p { color: rgb(189,61,221); }
H1.HeaderClassName
{
color: #BD3DDD;
}
.AnyTagClassName
{
color: #BD3DDD;
}
</style>
background-color css
<style>
a { background-color: #BD3DDD; }
a { background-color: rgb(189,61,221); }
div.DivClassName
{
background-color: #BD3DDD;
}
.BgClassName
{
background-color: #BD3DDD;
}
</style>
border-color css
<style>
span { border-color: #BD3DDD; }
span { border-color: rgb(189,61,221); }
td.TdClassName
{
border-color: #BD3DDD;
}
.TagClassName
{
border-color: #BD3DDD;
}
</style>