Shades of Medium Orchid #BD58CA
Tints of Medium Orchid #BD58CA
RGB
CMYK
RGB Variations
Color information
#BD58CA (or 0xBD58CA) is known color: Medium Orchid. HEX triplet: BD, 58 and CA. RGB value is (189,88,202). Sum of RGB (Red+Green+Blue) = 189+88+202=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD58CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD58CA is #42A735. Grayscale: #828282. Windows color (decimal): -4368182 or 13260989. OLE color: 13260989.
HSL color Cylindrical-coordinate representation of color #BD58CA: hue angle of 293.16º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD58CA is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 88 | 202 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.21 |
| HSL | 293.16º | 0.52% | 0.57% | - |
| HSV(B) | 293.16º | 0.56% | 0.79% | - |
| XYZ | 35.14 | 22.06 | 58.28 | - |
| YUV | 131.2 | 167.96 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 88 | 202 | 0.06 | 0.56 | 0 | 0.21 | 293.16 | 0.52 | 0.57 |
| Hex | BD | 58 | CA | 6 | 38 | 0 | 15 | 125 | 34 | 39 |
| Octal | 275 | 130 | 312 | 6 | 70 | 0 | 25 | 445 | 64 | 71 |
| Binary | 10111101 | 1011000 | 11001010 | 110 | 111000 | 0 | 10101 | 100100101 | 110100 | 111001 |
Color Harmonies of #BD58CA
Complementary color
Monochromatic Colors of #BD58CA
Black with #BD58CA
Text Example
Text Example
White with #BD58CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD58CA; }
p { color: rgb(189,88,202); }
H1.HeaderClassName
{
color: #BD58CA;
}
.AnyTagClassName
{
color: #BD58CA;
}
</style>
background-color css
<style>
a { background-color: #BD58CA; }
a { background-color: rgb(189,88,202); }
div.DivClassName
{
background-color: #BD58CA;
}
.BgClassName
{
background-color: #BD58CA;
}
</style>
border-color css
<style>
span { border-color: #BD58CA; }
span { border-color: rgb(189,88,202); }
td.TdClassName
{
border-color: #BD58CA;
}
.TagClassName
{
border-color: #BD58CA;
}
</style>