Shades of Medium Orchid #BA53CB
Tints of Medium Orchid #BA53CB
RGB
CMYK
RGB Variations
Color information
#BA53CB (or 0xBA53CB) is known color: Medium Orchid. HEX triplet: BA, 53 and CB. RGB value is (186,83,203). Sum of RGB (Red+Green+Blue) = 186+83+203=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA53CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA53CB is #45AC34. Grayscale: #7F7F7F. Windows color (decimal): -4566069 or 13325242. OLE color: 13325242.
HSL color Cylindrical-coordinate representation of color #BA53CB: hue angle of 291.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA53CB is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 83 | 203 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.20 |
| HSL | 291.5º | 0.54% | 0.56% | - |
| HSV(B) | 291.5º | 0.59% | 0.8% | - |
| XYZ | 34.12 | 20.94 | 58.74 | - |
| YUV | 127.48 | 170.62 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 203 | 0.08 | 0.59 | 0 | 0.20 | 291.5 | 0.54 | 0.56 |
| Hex | BA | 53 | CB | 8 | 3B | 0 | 14 | 124 | 36 | 38 |
| Octal | 272 | 123 | 313 | 10 | 73 | 0 | 24 | 444 | 66 | 70 |
| Binary | 10111010 | 1010011 | 11001011 | 1000 | 111011 | 0 | 10100 | 100100100 | 110110 | 111000 |
Color Harmonies of #BA53CB
Complementary color
Monochromatic Colors of #BA53CB
Black with #BA53CB
Text Example
Text Example
White with #BA53CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA53CB; }
p { color: rgb(186,83,203); }
H1.HeaderClassName
{
color: #BA53CB;
}
.AnyTagClassName
{
color: #BA53CB;
}
</style>
background-color css
<style>
a { background-color: #BA53CB; }
a { background-color: rgb(186,83,203); }
div.DivClassName
{
background-color: #BA53CB;
}
.BgClassName
{
background-color: #BA53CB;
}
</style>
border-color css
<style>
span { border-color: #BA53CB; }
span { border-color: rgb(186,83,203); }
td.TdClassName
{
border-color: #BA53CB;
}
.TagClassName
{
border-color: #BA53CB;
}
</style>