Shades of Medium Orchid #BA43CE
Tints of Medium Orchid #BA43CE
RGB
CMYK
RGB Variations
Color information
#BA43CE (or 0xBA43CE) is known color: Medium Orchid. HEX triplet: BA, 43 and CE. RGB value is (186,67,206). Sum of RGB (Red+Green+Blue) = 186+67+206=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 67 (26.56% from 255 or 14.60% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA43CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43CE is #45BC31. Grayscale: #757575. Windows color (decimal): -4570162 or 13517754. OLE color: 13517754.
HSL color Cylindrical-coordinate representation of color #BA43CE: hue angle of 291.37º degrees, saturation: 0.59, 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 #BA43CE is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 67 | 206 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.19 |
| HSL | 291.37º | 0.59% | 0.54% | - |
| HSV(B) | 291.37º | 0.67% | 0.81% | - |
| XYZ | 33.4 | 18.91 | 60.28 | - |
| YUV | 118.43 | 177.42 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 206 | 0.10 | 0.67 | 0 | 0.19 | 291.37 | 0.59 | 0.54 |
| Hex | BA | 43 | CE | A | 43 | 0 | 13 | 123 | 3B | 36 |
| Octal | 272 | 103 | 316 | 12 | 103 | 0 | 23 | 443 | 73 | 66 |
| Binary | 10111010 | 1000011 | 11001110 | 1010 | 1000011 | 0 | 10011 | 100100011 | 111011 | 110110 |
Color Harmonies of #BA43CE
Complementary color
Monochromatic Colors of #BA43CE
Black with #BA43CE
Text Example
Text Example
White with #BA43CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA43CE; }
p { color: rgb(186,67,206); }
H1.HeaderClassName
{
color: #BA43CE;
}
.AnyTagClassName
{
color: #BA43CE;
}
</style>
background-color css
<style>
a { background-color: #BA43CE; }
a { background-color: rgb(186,67,206); }
div.DivClassName
{
background-color: #BA43CE;
}
.BgClassName
{
background-color: #BA43CE;
}
</style>
border-color css
<style>
span { border-color: #BA43CE; }
span { border-color: rgb(186,67,206); }
td.TdClassName
{
border-color: #BA43CE;
}
.TagClassName
{
border-color: #BA43CE;
}
</style>