Shades of Medium Orchid #BA5ACB
Tints of Medium Orchid #BA5ACB
RGB
CMYK
RGB Variations
Color information
#BA5ACB (or 0xBA5ACB) is known color: Medium Orchid. HEX triplet: BA, 5A and CB. RGB value is (186,90,203). Sum of RGB (Red+Green+Blue) = 186+90+203=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA5ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ACB is #45A534. Grayscale: #838383. Windows color (decimal): -4564277 or 13327034. OLE color: 13327034.
HSL color Cylindrical-coordinate representation of color #BA5ACB: hue angle of 290.97º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5ACB is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 90 | 203 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.20 |
| HSL | 290.97º | 0.52% | 0.57% | - |
| HSV(B) | 290.97º | 0.56% | 0.8% | - |
| XYZ | 34.69 | 22.06 | 58.93 | - |
| YUV | 131.59 | 168.3 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 203 | 0.08 | 0.56 | 0 | 0.20 | 290.97 | 0.52 | 0.57 |
| Hex | BA | 5A | CB | 8 | 38 | 0 | 14 | 123 | 34 | 39 |
| Octal | 272 | 132 | 313 | 10 | 70 | 0 | 24 | 443 | 64 | 71 |
| Binary | 10111010 | 1011010 | 11001011 | 1000 | 111000 | 0 | 10100 | 100100011 | 110100 | 111001 |
Color Harmonies of #BA5ACB
Complementary color
Monochromatic Colors of #BA5ACB
Black with #BA5ACB
Text Example
Text Example
White with #BA5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5ACB; }
p { color: rgb(186,90,203); }
H1.HeaderClassName
{
color: #BA5ACB;
}
.AnyTagClassName
{
color: #BA5ACB;
}
</style>
background-color css
<style>
a { background-color: #BA5ACB; }
a { background-color: rgb(186,90,203); }
div.DivClassName
{
background-color: #BA5ACB;
}
.BgClassName
{
background-color: #BA5ACB;
}
</style>
border-color css
<style>
span { border-color: #BA5ACB; }
span { border-color: rgb(186,90,203); }
td.TdClassName
{
border-color: #BA5ACB;
}
.TagClassName
{
border-color: #BA5ACB;
}
</style>