Shades of Medium Orchid #BA5CCC
Tints of Medium Orchid #BA5CCC
RGB
CMYK
RGB Variations
Color information
#BA5CCC (or 0xBA5CCC) is known color: Medium Orchid. HEX triplet: BA, 5C and CC. RGB value is (186,92,204). Sum of RGB (Red+Green+Blue) = 186+92+204=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA5CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CCC is #45A333. Grayscale: #848484. Windows color (decimal): -4563764 or 13393082. OLE color: 13393082.
HSL color Cylindrical-coordinate representation of color #BA5CCC: hue angle of 290.36º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5CCC is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 92 | 204 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.2 |
| HSL | 290.36º | 0.52% | 0.58% | - |
| HSV(B) | 290.36º | 0.55% | 0.8% | - |
| XYZ | 34.98 | 22.45 | 59.62 | - |
| YUV | 132.87 | 168.14 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 204 | 0.09 | 0.55 | 0 | 0.2 | 290.36 | 0.52 | 0.58 |
| Hex | BA | 5C | CC | 9 | 37 | 0 | 14 | 122 | 34 | 3A |
| Octal | 272 | 134 | 314 | 11 | 67 | 0 | 24 | 442 | 64 | 72 |
| Binary | 10111010 | 1011100 | 11001100 | 1001 | 110111 | 0 | 10100 | 100100010 | 110100 | 111010 |
Color Harmonies of #BA5CCC
Complementary color
Monochromatic Colors of #BA5CCC
Black with #BA5CCC
Text Example
Text Example
White with #BA5CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5CCC; }
p { color: rgb(186,92,204); }
H1.HeaderClassName
{
color: #BA5CCC;
}
.AnyTagClassName
{
color: #BA5CCC;
}
</style>
background-color css
<style>
a { background-color: #BA5CCC; }
a { background-color: rgb(186,92,204); }
div.DivClassName
{
background-color: #BA5CCC;
}
.BgClassName
{
background-color: #BA5CCC;
}
</style>
border-color css
<style>
span { border-color: #BA5CCC; }
span { border-color: rgb(186,92,204); }
td.TdClassName
{
border-color: #BA5CCC;
}
.TagClassName
{
border-color: #BA5CCC;
}
</style>