Shades of Medium Orchid #BA4BDB
Tints of Medium Orchid #BA4BDB
RGB
CMYK
RGB Variations
Color information
#BA4BDB (or 0xBA4BDB) is known color: Medium Orchid. HEX triplet: BA, 4B and DB. RGB value is (186,75,219). Sum of RGB (Red+Green+Blue) = 186+75+219=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 75 (29.69% from 255 or 15.62% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA4BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BDB is #45B424. Grayscale: #7C7C7C. Windows color (decimal): -4568101 or 14371770. OLE color: 14371770.
HSL color Cylindrical-coordinate representation of color #BA4BDB: hue angle of 286.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA4BDB is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 75 | 219 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.14 |
| HSL | 286.25º | 0.67% | 0.58% | - |
| HSV(B) | 286.25º | 0.66% | 0.86% | - |
| XYZ | 35.55 | 20.59 | 69.12 | - |
| YUV | 124.61 | 181.27 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 219 | 0.15 | 0.66 | 0 | 0.14 | 286.25 | 0.67 | 0.58 |
| Hex | BA | 4B | DB | F | 42 | 0 | E | 11E | 43 | 3A |
| Octal | 272 | 113 | 333 | 17 | 102 | 0 | 16 | 436 | 103 | 72 |
| Binary | 10111010 | 1001011 | 11011011 | 1111 | 1000010 | 0 | 1110 | 100011110 | 1000011 | 111010 |
Color Harmonies of #BA4BDB
Complementary color
Monochromatic Colors of #BA4BDB
Black with #BA4BDB
Text Example
Text Example
White with #BA4BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BDB; }
p { color: rgb(186,75,219); }
H1.HeaderClassName
{
color: #BA4BDB;
}
.AnyTagClassName
{
color: #BA4BDB;
}
</style>
background-color css
<style>
a { background-color: #BA4BDB; }
a { background-color: rgb(186,75,219); }
div.DivClassName
{
background-color: #BA4BDB;
}
.BgClassName
{
background-color: #BA4BDB;
}
</style>
border-color css
<style>
span { border-color: #BA4BDB; }
span { border-color: rgb(186,75,219); }
td.TdClassName
{
border-color: #BA4BDB;
}
.TagClassName
{
border-color: #BA4BDB;
}
</style>