Shades of Medium Orchid #BD58D3
Tints of Medium Orchid #BD58D3
RGB
CMYK
RGB Variations
Color information
#BD58D3 (or 0xBD58D3) is known color: Medium Orchid. HEX triplet: BD, 58 and D3. RGB value is (189,88,211). Sum of RGB (Red+Green+Blue) = 189+88+211=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 211 (82.81% from 255 or 43.24% from 488); Max value from RGB is 211 - color contains mainly: blue. Hex color #BD58D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD58D3 is #42A72C. Grayscale: #838383. Windows color (decimal): -4368173 or 13850813. OLE color: 13850813.
HSL color Cylindrical-coordinate representation of color #BD58D3: hue angle of 289.27º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD58D3 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 88 | 211 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.17 |
| HSL | 289.27º | 0.58% | 0.59% | - |
| HSV(B) | 289.27º | 0.58% | 0.83% | - |
| XYZ | 36.23 | 22.5 | 64.06 | - |
| YUV | 132.22 | 172.46 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 88 | 211 | 0.10 | 0.58 | 0 | 0.17 | 289.27 | 0.58 | 0.59 |
| Hex | BD | 58 | D3 | A | 3A | 0 | 11 | 121 | 3A | 3B |
| Octal | 275 | 130 | 323 | 12 | 72 | 0 | 21 | 441 | 72 | 73 |
| Binary | 10111101 | 1011000 | 11010011 | 1010 | 111010 | 0 | 10001 | 100100001 | 111010 | 111011 |
Color Harmonies of #BD58D3
Complementary color
Monochromatic Colors of #BD58D3
Black with #BD58D3
Text Example
Text Example
White with #BD58D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD58D3; }
p { color: rgb(189,88,211); }
H1.HeaderClassName
{
color: #BD58D3;
}
.AnyTagClassName
{
color: #BD58D3;
}
</style>
background-color css
<style>
a { background-color: #BD58D3; }
a { background-color: rgb(189,88,211); }
div.DivClassName
{
background-color: #BD58D3;
}
.BgClassName
{
background-color: #BD58D3;
}
</style>
border-color css
<style>
span { border-color: #BD58D3; }
span { border-color: rgb(189,88,211); }
td.TdClassName
{
border-color: #BD58D3;
}
.TagClassName
{
border-color: #BD58D3;
}
</style>