Shades of Medium Orchid #BD3ED2
Tints of Medium Orchid #BD3ED2
RGB
CMYK
RGB Variations
Color information
#BD3ED2 (or 0xBD3ED2) is known color: Medium Orchid. HEX triplet: BD, 3E and D2. RGB value is (189,62,210). Sum of RGB (Red+Green+Blue) = 189+62+210=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 210 - color contains mainly: blue. Hex color #BD3ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3ED2 is #42C12D. Grayscale: #747474. Windows color (decimal): -4374830 or 13778621. OLE color: 13778621.
HSL color Cylindrical-coordinate representation of color #BD3ED2: hue angle of 291.49º degrees, saturation: 0.62, 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 #BD3ED2 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 62 | 210 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.18 |
| HSL | 291.49º | 0.62% | 0.53% | - |
| HSV(B) | 291.49º | 0.7% | 0.82% | - |
| XYZ | 34.34 | 18.92 | 62.81 | - |
| YUV | 116.85 | 180.58 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 210 | 0.10 | 0.70 | 0 | 0.18 | 291.49 | 0.62 | 0.53 |
| Hex | BD | 3E | D2 | A | 46 | 0 | 12 | 123 | 3E | 35 |
| Octal | 275 | 76 | 322 | 12 | 106 | 0 | 22 | 443 | 76 | 65 |
| Binary | 10111101 | 111110 | 11010010 | 1010 | 1000110 | 0 | 10010 | 100100011 | 111110 | 110101 |
Color Harmonies of #BD3ED2
Complementary color
Monochromatic Colors of #BD3ED2
Black with #BD3ED2
Text Example
Text Example
White with #BD3ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3ED2; }
p { color: rgb(189,62,210); }
H1.HeaderClassName
{
color: #BD3ED2;
}
.AnyTagClassName
{
color: #BD3ED2;
}
</style>
background-color css
<style>
a { background-color: #BD3ED2; }
a { background-color: rgb(189,62,210); }
div.DivClassName
{
background-color: #BD3ED2;
}
.BgClassName
{
background-color: #BD3ED2;
}
</style>
border-color css
<style>
span { border-color: #BD3ED2; }
span { border-color: rgb(189,62,210); }
td.TdClassName
{
border-color: #BD3ED2;
}
.TagClassName
{
border-color: #BD3ED2;
}
</style>