Shades of Medium Orchid #BA5DCC
Tints of Medium Orchid #BA5DCC
RGB
CMYK
RGB Variations
Color information
#BA5DCC (or 0xBA5DCC) is known color: Medium Orchid. HEX triplet: BA, 5D and CC. RGB value is (186,93,204). Sum of RGB (Red+Green+Blue) = 186+93+204=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA5DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DCC is #45A233. Grayscale: #858585. Windows color (decimal): -4563508 or 13393338. OLE color: 13393338.
HSL color Cylindrical-coordinate representation of color #BA5DCC: hue angle of 290.27º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5DCC is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 93 | 204 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.2 |
| HSL | 290.27º | 0.52% | 0.58% | - |
| HSV(B) | 290.27º | 0.54% | 0.8% | - |
| XYZ | 35.06 | 22.63 | 59.65 | - |
| YUV | 133.46 | 167.81 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 204 | 0.09 | 0.54 | 0 | 0.2 | 290.27 | 0.52 | 0.58 |
| Hex | BA | 5D | CC | 9 | 36 | 0 | 14 | 122 | 34 | 3A |
| Octal | 272 | 135 | 314 | 11 | 66 | 0 | 24 | 442 | 64 | 72 |
| Binary | 10111010 | 1011101 | 11001100 | 1001 | 110110 | 0 | 10100 | 100100010 | 110100 | 111010 |
Color Harmonies of #BA5DCC
Complementary color
Monochromatic Colors of #BA5DCC
Black with #BA5DCC
Text Example
Text Example
White with #BA5DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5DCC; }
p { color: rgb(186,93,204); }
H1.HeaderClassName
{
color: #BA5DCC;
}
.AnyTagClassName
{
color: #BA5DCC;
}
</style>
background-color css
<style>
a { background-color: #BA5DCC; }
a { background-color: rgb(186,93,204); }
div.DivClassName
{
background-color: #BA5DCC;
}
.BgClassName
{
background-color: #BA5DCC;
}
</style>
border-color css
<style>
span { border-color: #BA5DCC; }
span { border-color: rgb(186,93,204); }
td.TdClassName
{
border-color: #BA5DCC;
}
.TagClassName
{
border-color: #BA5DCC;
}
</style>