Shades of Medium Orchid #BA54CE
Tints of Medium Orchid #BA54CE
RGB
CMYK
RGB Variations
Color information
#BA54CE (or 0xBA54CE) is known color: Medium Orchid. HEX triplet: BA, 54 and CE. RGB value is (186,84,206). Sum of RGB (Red+Green+Blue) = 186+84+206=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA54CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54CE is #45AB31. Grayscale: #808080. Windows color (decimal): -4565810 or 13522106. OLE color: 13522106.
HSL color Cylindrical-coordinate representation of color #BA54CE: hue angle of 290.16º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA54CE is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 84 | 206 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.19 |
| HSL | 290.16º | 0.55% | 0.57% | - |
| HSV(B) | 290.16º | 0.59% | 0.81% | - |
| XYZ | 34.56 | 21.24 | 60.67 | - |
| YUV | 128.41 | 171.79 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 206 | 0.10 | 0.59 | 0 | 0.19 | 290.16 | 0.55 | 0.57 |
| Hex | BA | 54 | CE | A | 3B | 0 | 13 | 122 | 37 | 39 |
| Octal | 272 | 124 | 316 | 12 | 73 | 0 | 23 | 442 | 67 | 71 |
| Binary | 10111010 | 1010100 | 11001110 | 1010 | 111011 | 0 | 10011 | 100100010 | 110111 | 111001 |
Color Harmonies of #BA54CE
Complementary color
Monochromatic Colors of #BA54CE
Black with #BA54CE
Text Example
Text Example
White with #BA54CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA54CE; }
p { color: rgb(186,84,206); }
H1.HeaderClassName
{
color: #BA54CE;
}
.AnyTagClassName
{
color: #BA54CE;
}
</style>
background-color css
<style>
a { background-color: #BA54CE; }
a { background-color: rgb(186,84,206); }
div.DivClassName
{
background-color: #BA54CE;
}
.BgClassName
{
background-color: #BA54CE;
}
</style>
border-color css
<style>
span { border-color: #BA54CE; }
span { border-color: rgb(186,84,206); }
td.TdClassName
{
border-color: #BA54CE;
}
.TagClassName
{
border-color: #BA54CE;
}
</style>