Shades of Medium Orchid #BD53CA
Tints of Medium Orchid #BD53CA
RGB
CMYK
RGB Variations
Color information
#BD53CA (or 0xBD53CA) is known color: Medium Orchid. HEX triplet: BD, 53 and CA. RGB value is (189,83,202). Sum of RGB (Red+Green+Blue) = 189+83+202=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD53CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD53CA is #42AC35. Grayscale: #7F7F7F. Windows color (decimal): -4369462 or 13259709. OLE color: 13259709.
HSL color Cylindrical-coordinate representation of color #BD53CA: hue angle of 293.45º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD53CA is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 83 | 202 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.21 |
| HSL | 293.45º | 0.53% | 0.56% | - |
| HSV(B) | 293.45º | 0.59% | 0.79% | - |
| XYZ | 34.74 | 21.27 | 58.15 | - |
| YUV | 128.26 | 169.62 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 83 | 202 | 0.06 | 0.59 | 0 | 0.21 | 293.45 | 0.53 | 0.56 |
| Hex | BD | 53 | CA | 6 | 3B | 0 | 15 | 125 | 35 | 38 |
| Octal | 275 | 123 | 312 | 6 | 73 | 0 | 25 | 445 | 65 | 70 |
| Binary | 10111101 | 1010011 | 11001010 | 110 | 111011 | 0 | 10101 | 100100101 | 110101 | 111000 |
Color Harmonies of #BD53CA
Complementary color
Monochromatic Colors of #BD53CA
Black with #BD53CA
Text Example
Text Example
White with #BD53CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD53CA; }
p { color: rgb(189,83,202); }
H1.HeaderClassName
{
color: #BD53CA;
}
.AnyTagClassName
{
color: #BD53CA;
}
</style>
background-color css
<style>
a { background-color: #BD53CA; }
a { background-color: rgb(189,83,202); }
div.DivClassName
{
background-color: #BD53CA;
}
.BgClassName
{
background-color: #BD53CA;
}
</style>
border-color css
<style>
span { border-color: #BD53CA; }
span { border-color: rgb(189,83,202); }
td.TdClassName
{
border-color: #BD53CA;
}
.TagClassName
{
border-color: #BD53CA;
}
</style>