Shades of Medium Orchid #BA45DD
Tints of Medium Orchid #BA45DD
RGB
CMYK
RGB Variations
Color information
#BA45DD (or 0xBA45DD) is known color: Medium Orchid. HEX triplet: BA, 45 and DD. RGB value is (186,69,221). Sum of RGB (Red+Green+Blue) = 186+69+221=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 69 (27.34% from 255 or 14.50% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA45DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA45DD is #45BA22. Grayscale: #787878. Windows color (decimal): -4569635 or 14501306. OLE color: 14501306.
HSL color Cylindrical-coordinate representation of color #BA45DD: hue angle of 286.18º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA45DD is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 69 | 221 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.13 |
| HSL | 286.18º | 0.69% | 0.57% | - |
| HSV(B) | 286.18º | 0.69% | 0.87% | - |
| XYZ | 35.43 | 19.92 | 70.38 | - |
| YUV | 121.31 | 184.26 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 221 | 0.16 | 0.69 | 0 | 0.13 | 286.18 | 0.69 | 0.57 |
| Hex | BA | 45 | DD | 10 | 45 | 0 | D | 11E | 45 | 39 |
| Octal | 272 | 105 | 335 | 20 | 105 | 0 | 15 | 436 | 105 | 71 |
| Binary | 10111010 | 1000101 | 11011101 | 10000 | 1000101 | 0 | 1101 | 100011110 | 1000101 | 111001 |
Color Harmonies of #BA45DD
Complementary color
Monochromatic Colors of #BA45DD
Black with #BA45DD
Text Example
Text Example
White with #BA45DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA45DD; }
p { color: rgb(186,69,221); }
H1.HeaderClassName
{
color: #BA45DD;
}
.AnyTagClassName
{
color: #BA45DD;
}
</style>
background-color css
<style>
a { background-color: #BA45DD; }
a { background-color: rgb(186,69,221); }
div.DivClassName
{
background-color: #BA45DD;
}
.BgClassName
{
background-color: #BA45DD;
}
</style>
border-color css
<style>
span { border-color: #BA45DD; }
span { border-color: rgb(186,69,221); }
td.TdClassName
{
border-color: #BA45DD;
}
.TagClassName
{
border-color: #BA45DD;
}
</style>