Shades of Medium Orchid #BA45CE
Tints of Medium Orchid #BA45CE
RGB
CMYK
RGB Variations
Color information
#BA45CE (or 0xBA45CE) is known color: Medium Orchid. HEX triplet: BA, 45 and CE. RGB value is (186,69,206). Sum of RGB (Red+Green+Blue) = 186+69+206=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA45CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA45CE is #45BA31. Grayscale: #777777. Windows color (decimal): -4569650 or 13518266. OLE color: 13518266.
HSL color Cylindrical-coordinate representation of color #BA45CE: hue angle of 291.24º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA45CE is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 69 | 206 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.19 |
| HSL | 291.24º | 0.58% | 0.54% | - |
| HSV(B) | 291.24º | 0.67% | 0.81% | - |
| XYZ | 33.52 | 19.15 | 60.32 | - |
| YUV | 119.6 | 176.76 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 206 | 0.10 | 0.67 | 0 | 0.19 | 291.24 | 0.58 | 0.54 |
| Hex | BA | 45 | CE | A | 43 | 0 | 13 | 123 | 3A | 36 |
| Octal | 272 | 105 | 316 | 12 | 103 | 0 | 23 | 443 | 72 | 66 |
| Binary | 10111010 | 1000101 | 11001110 | 1010 | 1000011 | 0 | 10011 | 100100011 | 111010 | 110110 |
Color Harmonies of #BA45CE
Complementary color
Monochromatic Colors of #BA45CE
Black with #BA45CE
Text Example
Text Example
White with #BA45CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA45CE; }
p { color: rgb(186,69,206); }
H1.HeaderClassName
{
color: #BA45CE;
}
.AnyTagClassName
{
color: #BA45CE;
}
</style>
background-color css
<style>
a { background-color: #BA45CE; }
a { background-color: rgb(186,69,206); }
div.DivClassName
{
background-color: #BA45CE;
}
.BgClassName
{
background-color: #BA45CE;
}
</style>
border-color css
<style>
span { border-color: #BA45CE; }
span { border-color: rgb(186,69,206); }
td.TdClassName
{
border-color: #BA45CE;
}
.TagClassName
{
border-color: #BA45CE;
}
</style>