Shades of Medium Orchid #BD59CA
Tints of Medium Orchid #BD59CA
RGB
CMYK
RGB Variations
Color information
#BD59CA (or 0xBD59CA) is known color: Medium Orchid. HEX triplet: BD, 59 and CA. RGB value is (189,89,202). Sum of RGB (Red+Green+Blue) = 189+89+202=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD59CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD59CA is #42A635. Grayscale: #838383. Windows color (decimal): -4367926 or 13261245. OLE color: 13261245.
HSL color Cylindrical-coordinate representation of color #BD59CA: hue angle of 293.1º 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 #BD59CA is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 89 | 202 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.21 |
| HSL | 293.1º | 0.52% | 0.57% | - |
| HSV(B) | 293.1º | 0.56% | 0.79% | - |
| XYZ | 35.22 | 22.23 | 58.31 | - |
| YUV | 131.78 | 167.63 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 202 | 0.06 | 0.56 | 0 | 0.21 | 293.1 | 0.52 | 0.57 |
| Hex | BD | 59 | CA | 6 | 38 | 0 | 15 | 125 | 34 | 39 |
| Octal | 275 | 131 | 312 | 6 | 70 | 0 | 25 | 445 | 64 | 71 |
| Binary | 10111101 | 1011001 | 11001010 | 110 | 111000 | 0 | 10101 | 100100101 | 110100 | 111001 |
Color Harmonies of #BD59CA
Complementary color
Monochromatic Colors of #BD59CA
Black with #BD59CA
Text Example
Text Example
White with #BD59CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD59CA; }
p { color: rgb(189,89,202); }
H1.HeaderClassName
{
color: #BD59CA;
}
.AnyTagClassName
{
color: #BD59CA;
}
</style>
background-color css
<style>
a { background-color: #BD59CA; }
a { background-color: rgb(189,89,202); }
div.DivClassName
{
background-color: #BD59CA;
}
.BgClassName
{
background-color: #BD59CA;
}
</style>
border-color css
<style>
span { border-color: #BD59CA; }
span { border-color: rgb(189,89,202); }
td.TdClassName
{
border-color: #BD59CA;
}
.TagClassName
{
border-color: #BD59CA;
}
</style>