Shades of Medium Orchid #BA50CE
Tints of Medium Orchid #BA50CE
RGB
CMYK
RGB Variations
Color information
#BA50CE (or 0xBA50CE) is known color: Medium Orchid. HEX triplet: BA, 50 and CE. RGB value is (186,80,206). Sum of RGB (Red+Green+Blue) = 186+80+206=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA50CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50CE is #45AF31. Grayscale: #7D7D7D. Windows color (decimal): -4566834 or 13521082. OLE color: 13521082.
HSL color Cylindrical-coordinate representation of color #BA50CE: hue angle of 290.48º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA50CE is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 80 | 206 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.19 |
| HSL | 290.48º | 0.56% | 0.56% | - |
| HSV(B) | 290.48º | 0.61% | 0.81% | - |
| XYZ | 34.26 | 20.63 | 60.57 | - |
| YUV | 126.06 | 173.12 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 206 | 0.10 | 0.61 | 0 | 0.19 | 290.48 | 0.56 | 0.56 |
| Hex | BA | 50 | CE | A | 3D | 0 | 13 | 122 | 38 | 38 |
| Octal | 272 | 120 | 316 | 12 | 75 | 0 | 23 | 442 | 70 | 70 |
| Binary | 10111010 | 1010000 | 11001110 | 1010 | 111101 | 0 | 10011 | 100100010 | 111000 | 111000 |
Color Harmonies of #BA50CE
Complementary color
Monochromatic Colors of #BA50CE
Black with #BA50CE
Text Example
Text Example
White with #BA50CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA50CE; }
p { color: rgb(186,80,206); }
H1.HeaderClassName
{
color: #BA50CE;
}
.AnyTagClassName
{
color: #BA50CE;
}
</style>
background-color css
<style>
a { background-color: #BA50CE; }
a { background-color: rgb(186,80,206); }
div.DivClassName
{
background-color: #BA50CE;
}
.BgClassName
{
background-color: #BA50CE;
}
</style>
border-color css
<style>
span { border-color: #BA50CE; }
span { border-color: rgb(186,80,206); }
td.TdClassName
{
border-color: #BA50CE;
}
.TagClassName
{
border-color: #BA50CE;
}
</style>