Shades of Medium Orchid #BA45DA
Tints of Medium Orchid #BA45DA
RGB
CMYK
RGB Variations
Color information
#BA45DA (or 0xBA45DA) is known color: Medium Orchid. HEX triplet: BA, 45 and DA. RGB value is (186,69,218). Sum of RGB (Red+Green+Blue) = 186+69+218=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 69 (27.34% from 255 or 14.59% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA45DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA45DA is #45BA25. Grayscale: #787878. Windows color (decimal): -4569638 or 14304698. OLE color: 14304698.
HSL color Cylindrical-coordinate representation of color #BA45DA: hue angle of 287.11º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA45DA is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 69 | 218 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.15 |
| HSL | 287.11º | 0.67% | 0.56% | - |
| HSV(B) | 287.11º | 0.68% | 0.85% | - |
| XYZ | 35.03 | 19.76 | 68.3 | - |
| YUV | 120.97 | 182.76 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 218 | 0.15 | 0.68 | 0 | 0.15 | 287.11 | 0.67 | 0.56 |
| Hex | BA | 45 | DA | F | 44 | 0 | F | 11F | 43 | 38 |
| Octal | 272 | 105 | 332 | 17 | 104 | 0 | 17 | 437 | 103 | 70 |
| Binary | 10111010 | 1000101 | 11011010 | 1111 | 1000100 | 0 | 1111 | 100011111 | 1000011 | 111000 |
Color Harmonies of #BA45DA
Complementary color
Monochromatic Colors of #BA45DA
Black with #BA45DA
Text Example
Text Example
White with #BA45DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA45DA; }
p { color: rgb(186,69,218); }
H1.HeaderClassName
{
color: #BA45DA;
}
.AnyTagClassName
{
color: #BA45DA;
}
</style>
background-color css
<style>
a { background-color: #BA45DA; }
a { background-color: rgb(186,69,218); }
div.DivClassName
{
background-color: #BA45DA;
}
.BgClassName
{
background-color: #BA45DA;
}
</style>
border-color css
<style>
span { border-color: #BA45DA; }
span { border-color: rgb(186,69,218); }
td.TdClassName
{
border-color: #BA45DA;
}
.TagClassName
{
border-color: #BA45DA;
}
</style>