Shades of Medium Orchid #BD58D1
Tints of Medium Orchid #BD58D1
RGB
CMYK
RGB Variations
Color information
#BD58D1 (or 0xBD58D1) is known color: Medium Orchid. HEX triplet: BD, 58 and D1. RGB value is (189,88,209). Sum of RGB (Red+Green+Blue) = 189+88+209=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD58D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD58D1 is #42A72E. Grayscale: #838383. Windows color (decimal): -4368175 or 13719741. OLE color: 13719741.
HSL color Cylindrical-coordinate representation of color #BD58D1: hue angle of 290.08º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD58D1 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 88 | 209 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.18 |
| HSL | 290.08º | 0.57% | 0.58% | - |
| HSV(B) | 290.08º | 0.58% | 0.82% | - |
| XYZ | 35.98 | 22.4 | 62.75 | - |
| YUV | 131.99 | 171.46 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 88 | 209 | 0.10 | 0.58 | 0 | 0.18 | 290.08 | 0.57 | 0.58 |
| Hex | BD | 58 | D1 | A | 3A | 0 | 12 | 122 | 39 | 3A |
| Octal | 275 | 130 | 321 | 12 | 72 | 0 | 22 | 442 | 71 | 72 |
| Binary | 10111101 | 1011000 | 11010001 | 1010 | 111010 | 0 | 10010 | 100100010 | 111001 | 111010 |
Color Harmonies of #BD58D1
Complementary color
Monochromatic Colors of #BD58D1
Black with #BD58D1
Text Example
Text Example
White with #BD58D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD58D1; }
p { color: rgb(189,88,209); }
H1.HeaderClassName
{
color: #BD58D1;
}
.AnyTagClassName
{
color: #BD58D1;
}
</style>
background-color css
<style>
a { background-color: #BD58D1; }
a { background-color: rgb(189,88,209); }
div.DivClassName
{
background-color: #BD58D1;
}
.BgClassName
{
background-color: #BD58D1;
}
</style>
border-color css
<style>
span { border-color: #BD58D1; }
span { border-color: rgb(189,88,209); }
td.TdClassName
{
border-color: #BD58D1;
}
.TagClassName
{
border-color: #BD58D1;
}
</style>