Shades of Medium Orchid #BA43DD
Tints of Medium Orchid #BA43DD
RGB
CMYK
RGB Variations
Color information
#BA43DD (or 0xBA43DD) is known color: Medium Orchid. HEX triplet: BA, 43 and DD. RGB value is (186,67,221). Sum of RGB (Red+Green+Blue) = 186+67+221=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 67 (26.56% from 255 or 14.14% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA43DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43DD is #45BC22. Grayscale: #777777. Windows color (decimal): -4570147 or 14500794. OLE color: 14500794.
HSL color Cylindrical-coordinate representation of color #BA43DD: hue angle of 286.36º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA43DD is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 67 | 221 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.13 |
| HSL | 286.36º | 0.69% | 0.56% | - |
| HSV(B) | 286.36º | 0.7% | 0.87% | - |
| XYZ | 35.31 | 19.67 | 70.34 | - |
| YUV | 120.14 | 184.92 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 221 | 0.16 | 0.70 | 0 | 0.13 | 286.36 | 0.69 | 0.56 |
| Hex | BA | 43 | DD | 10 | 46 | 0 | D | 11E | 45 | 38 |
| Octal | 272 | 103 | 335 | 20 | 106 | 0 | 15 | 436 | 105 | 70 |
| Binary | 10111010 | 1000011 | 11011101 | 10000 | 1000110 | 0 | 1101 | 100011110 | 1000101 | 111000 |
Color Harmonies of #BA43DD
Complementary color
Monochromatic Colors of #BA43DD
Black with #BA43DD
Text Example
Text Example
White with #BA43DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA43DD; }
p { color: rgb(186,67,221); }
H1.HeaderClassName
{
color: #BA43DD;
}
.AnyTagClassName
{
color: #BA43DD;
}
</style>
background-color css
<style>
a { background-color: #BA43DD; }
a { background-color: rgb(186,67,221); }
div.DivClassName
{
background-color: #BA43DD;
}
.BgClassName
{
background-color: #BA43DD;
}
</style>
border-color css
<style>
span { border-color: #BA43DD; }
span { border-color: rgb(186,67,221); }
td.TdClassName
{
border-color: #BA43DD;
}
.TagClassName
{
border-color: #BA43DD;
}
</style>