Shades of Medium Orchid #BD57CA
Tints of Medium Orchid #BD57CA
RGB
CMYK
RGB Variations
Color information
#BD57CA (or 0xBD57CA) is known color: Medium Orchid. HEX triplet: BD, 57 and CA. RGB value is (189,87,202). Sum of RGB (Red+Green+Blue) = 189+87+202=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 87 (34.38% from 255 or 18.20% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD57CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD57CA is #42A835. Grayscale: #828282. Windows color (decimal): -4368438 or 13260733. OLE color: 13260733.
HSL color Cylindrical-coordinate representation of color #BD57CA: hue angle of 293.22º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD57CA is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 87 | 202 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.21 |
| HSL | 293.22º | 0.52% | 0.57% | - |
| HSV(B) | 293.22º | 0.57% | 0.79% | - |
| XYZ | 35.06 | 21.9 | 58.26 | - |
| YUV | 130.61 | 168.29 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 202 | 0.06 | 0.57 | 0 | 0.21 | 293.22 | 0.52 | 0.57 |
| Hex | BD | 57 | CA | 6 | 39 | 0 | 15 | 125 | 34 | 39 |
| Octal | 275 | 127 | 312 | 6 | 71 | 0 | 25 | 445 | 64 | 71 |
| Binary | 10111101 | 1010111 | 11001010 | 110 | 111001 | 0 | 10101 | 100100101 | 110100 | 111001 |
Color Harmonies of #BD57CA
Complementary color
Monochromatic Colors of #BD57CA
Black with #BD57CA
Text Example
Text Example
White with #BD57CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD57CA; }
p { color: rgb(189,87,202); }
H1.HeaderClassName
{
color: #BD57CA;
}
.AnyTagClassName
{
color: #BD57CA;
}
</style>
background-color css
<style>
a { background-color: #BD57CA; }
a { background-color: rgb(189,87,202); }
div.DivClassName
{
background-color: #BD57CA;
}
.BgClassName
{
background-color: #BD57CA;
}
</style>
border-color css
<style>
span { border-color: #BD57CA; }
span { border-color: rgb(189,87,202); }
td.TdClassName
{
border-color: #BD57CA;
}
.TagClassName
{
border-color: #BD57CA;
}
</style>