Shades of Medium Orchid #BD51CA
Tints of Medium Orchid #BD51CA
RGB
CMYK
RGB Variations
Color information
#BD51CA (or 0xBD51CA) is known color: Medium Orchid. HEX triplet: BD, 51 and CA. RGB value is (189,81,202). Sum of RGB (Red+Green+Blue) = 189+81+202=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD51CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD51CA is #42AE35. Grayscale: #7E7E7E. Windows color (decimal): -4369974 or 13259197. OLE color: 13259197.
HSL color Cylindrical-coordinate representation of color #BD51CA: hue angle of 293.55º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD51CA is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 81 | 202 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.21 |
| HSL | 293.55º | 0.53% | 0.55% | - |
| HSV(B) | 293.55º | 0.6% | 0.79% | - |
| XYZ | 34.59 | 20.97 | 58.1 | - |
| YUV | 127.09 | 170.28 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 202 | 0.06 | 0.60 | 0 | 0.21 | 293.55 | 0.53 | 0.55 |
| Hex | BD | 51 | CA | 6 | 3C | 0 | 15 | 126 | 35 | 37 |
| Octal | 275 | 121 | 312 | 6 | 74 | 0 | 25 | 446 | 65 | 67 |
| Binary | 10111101 | 1010001 | 11001010 | 110 | 111100 | 0 | 10101 | 100100110 | 110101 | 110111 |
Color Harmonies of #BD51CA
Complementary color
Monochromatic Colors of #BD51CA
Black with #BD51CA
Text Example
Text Example
White with #BD51CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD51CA; }
p { color: rgb(189,81,202); }
H1.HeaderClassName
{
color: #BD51CA;
}
.AnyTagClassName
{
color: #BD51CA;
}
</style>
background-color css
<style>
a { background-color: #BD51CA; }
a { background-color: rgb(189,81,202); }
div.DivClassName
{
background-color: #BD51CA;
}
.BgClassName
{
background-color: #BD51CA;
}
</style>
border-color css
<style>
span { border-color: #BD51CA; }
span { border-color: rgb(189,81,202); }
td.TdClassName
{
border-color: #BD51CA;
}
.TagClassName
{
border-color: #BD51CA;
}
</style>