Shades of Medium Orchid #BD5BCA
Tints of Medium Orchid #BD5BCA
RGB
CMYK
RGB Variations
Color information
#BD5BCA (or 0xBD5BCA) is known color: Medium Orchid. HEX triplet: BD, 5B and CA. RGB value is (189,91,202). Sum of RGB (Red+Green+Blue) = 189+91+202=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD5BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5BCA is #42A435. Grayscale: #848484. Windows color (decimal): -4367414 or 13261757. OLE color: 13261757.
HSL color Cylindrical-coordinate representation of color #BD5BCA: hue angle of 292.97º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD5BCA is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 91 | 202 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.21 |
| HSL | 292.97º | 0.51% | 0.57% | - |
| HSV(B) | 292.97º | 0.55% | 0.79% | - |
| XYZ | 35.39 | 22.57 | 58.37 | - |
| YUV | 132.96 | 166.97 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 91 | 202 | 0.06 | 0.55 | 0 | 0.21 | 292.97 | 0.51 | 0.57 |
| Hex | BD | 5B | CA | 6 | 37 | 0 | 15 | 125 | 33 | 39 |
| Octal | 275 | 133 | 312 | 6 | 67 | 0 | 25 | 445 | 63 | 71 |
| Binary | 10111101 | 1011011 | 11001010 | 110 | 110111 | 0 | 10101 | 100100101 | 110011 | 111001 |
Color Harmonies of #BD5BCA
Complementary color
Monochromatic Colors of #BD5BCA
Black with #BD5BCA
Text Example
Text Example
White with #BD5BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5BCA; }
p { color: rgb(189,91,202); }
H1.HeaderClassName
{
color: #BD5BCA;
}
.AnyTagClassName
{
color: #BD5BCA;
}
</style>
background-color css
<style>
a { background-color: #BD5BCA; }
a { background-color: rgb(189,91,202); }
div.DivClassName
{
background-color: #BD5BCA;
}
.BgClassName
{
background-color: #BD5BCA;
}
</style>
border-color css
<style>
span { border-color: #BD5BCA; }
span { border-color: rgb(189,91,202); }
td.TdClassName
{
border-color: #BD5BCA;
}
.TagClassName
{
border-color: #BD5BCA;
}
</style>