Shades of Medium Orchid #BD3ED0
Tints of Medium Orchid #BD3ED0
RGB
CMYK
RGB Variations
Color information
#BD3ED0 (or 0xBD3ED0) is known color: Medium Orchid. HEX triplet: BD, 3E and D0. RGB value is (189,62,208). Sum of RGB (Red+Green+Blue) = 189+62+208=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 62 (24.61% from 255 or 13.51% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD3ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3ED0 is #42C12F. Grayscale: #747474. Windows color (decimal): -4374832 or 13647549. OLE color: 13647549.
HSL color Cylindrical-coordinate representation of color #BD3ED0: hue angle of 292.19º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD3ED0 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 62 | 208 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.18 |
| HSL | 292.19º | 0.61% | 0.53% | - |
| HSV(B) | 292.19º | 0.7% | 0.82% | - |
| XYZ | 34.09 | 18.82 | 61.51 | - |
| YUV | 116.62 | 179.58 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 208 | 0.09 | 0.70 | 0 | 0.18 | 292.19 | 0.61 | 0.53 |
| Hex | BD | 3E | D0 | 9 | 46 | 0 | 12 | 124 | 3D | 35 |
| Octal | 275 | 76 | 320 | 11 | 106 | 0 | 22 | 444 | 75 | 65 |
| Binary | 10111101 | 111110 | 11010000 | 1001 | 1000110 | 0 | 10010 | 100100100 | 111101 | 110101 |
Color Harmonies of #BD3ED0
Complementary color
Monochromatic Colors of #BD3ED0
Black with #BD3ED0
Text Example
Text Example
White with #BD3ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3ED0; }
p { color: rgb(189,62,208); }
H1.HeaderClassName
{
color: #BD3ED0;
}
.AnyTagClassName
{
color: #BD3ED0;
}
</style>
background-color css
<style>
a { background-color: #BD3ED0; }
a { background-color: rgb(189,62,208); }
div.DivClassName
{
background-color: #BD3ED0;
}
.BgClassName
{
background-color: #BD3ED0;
}
</style>
border-color css
<style>
span { border-color: #BD3ED0; }
span { border-color: rgb(189,62,208); }
td.TdClassName
{
border-color: #BD3ED0;
}
.TagClassName
{
border-color: #BD3ED0;
}
</style>