Shades of Medium Orchid #BA45DC
Tints of Medium Orchid #BA45DC
RGB
CMYK
RGB Variations
Color information
#BA45DC (or 0xBA45DC) is known color: Medium Orchid. HEX triplet: BA, 45 and DC. RGB value is (186,69,220). Sum of RGB (Red+Green+Blue) = 186+69+220=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 69 (27.34% from 255 or 14.53% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA45DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA45DC is #45BA23. Grayscale: #787878. Windows color (decimal): -4569636 or 14435770. OLE color: 14435770.
HSL color Cylindrical-coordinate representation of color #BA45DC: hue angle of 286.49º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA45DC is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 69 | 220 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.14 |
| HSL | 286.49º | 0.68% | 0.57% | - |
| HSV(B) | 286.49º | 0.69% | 0.86% | - |
| XYZ | 35.3 | 19.86 | 69.68 | - |
| YUV | 121.2 | 183.76 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 220 | 0.15 | 0.69 | 0 | 0.14 | 286.49 | 0.68 | 0.57 |
| Hex | BA | 45 | DC | F | 45 | 0 | E | 11E | 44 | 39 |
| Octal | 272 | 105 | 334 | 17 | 105 | 0 | 16 | 436 | 104 | 71 |
| Binary | 10111010 | 1000101 | 11011100 | 1111 | 1000101 | 0 | 1110 | 100011110 | 1000100 | 111001 |
Color Harmonies of #BA45DC
Complementary color
Monochromatic Colors of #BA45DC
Black with #BA45DC
Text Example
Text Example
White with #BA45DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA45DC; }
p { color: rgb(186,69,220); }
H1.HeaderClassName
{
color: #BA45DC;
}
.AnyTagClassName
{
color: #BA45DC;
}
</style>
background-color css
<style>
a { background-color: #BA45DC; }
a { background-color: rgb(186,69,220); }
div.DivClassName
{
background-color: #BA45DC;
}
.BgClassName
{
background-color: #BA45DC;
}
</style>
border-color css
<style>
span { border-color: #BA45DC; }
span { border-color: rgb(186,69,220); }
td.TdClassName
{
border-color: #BA45DC;
}
.TagClassName
{
border-color: #BA45DC;
}
</style>