Shades of Medium Orchid #BA43DB
Tints of Medium Orchid #BA43DB
RGB
CMYK
RGB Variations
Color information
#BA43DB (or 0xBA43DB) is known color: Medium Orchid. HEX triplet: BA, 43 and DB. RGB value is (186,67,219). Sum of RGB (Red+Green+Blue) = 186+67+219=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 67 (26.56% from 255 or 14.19% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA43DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43DB is #45BC24. Grayscale: #777777. Windows color (decimal): -4570149 or 14369722. OLE color: 14369722.
HSL color Cylindrical-coordinate representation of color #BA43DB: hue angle of 286.97º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA43DB is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 67 | 219 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.14 |
| HSL | 286.97º | 0.68% | 0.56% | - |
| HSV(B) | 286.97º | 0.69% | 0.86% | - |
| XYZ | 35.04 | 19.57 | 68.95 | - |
| YUV | 119.91 | 183.92 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 219 | 0.15 | 0.69 | 0 | 0.14 | 286.97 | 0.68 | 0.56 |
| Hex | BA | 43 | DB | F | 45 | 0 | E | 11F | 44 | 38 |
| Octal | 272 | 103 | 333 | 17 | 105 | 0 | 16 | 437 | 104 | 70 |
| Binary | 10111010 | 1000011 | 11011011 | 1111 | 1000101 | 0 | 1110 | 100011111 | 1000100 | 111000 |
Color Harmonies of #BA43DB
Complementary color
Monochromatic Colors of #BA43DB
Black with #BA43DB
Text Example
Text Example
White with #BA43DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA43DB; }
p { color: rgb(186,67,219); }
H1.HeaderClassName
{
color: #BA43DB;
}
.AnyTagClassName
{
color: #BA43DB;
}
</style>
background-color css
<style>
a { background-color: #BA43DB; }
a { background-color: rgb(186,67,219); }
div.DivClassName
{
background-color: #BA43DB;
}
.BgClassName
{
background-color: #BA43DB;
}
</style>
border-color css
<style>
span { border-color: #BA43DB; }
span { border-color: rgb(186,67,219); }
td.TdClassName
{
border-color: #BA43DB;
}
.TagClassName
{
border-color: #BA43DB;
}
</style>