Shades of Medium Orchid #BA75DB
Tints of Medium Orchid #BA75DB
RGB
CMYK
RGB Variations
Color information
#BA75DB (or 0xBA75DB) is known color: Medium Orchid. HEX triplet: BA, 75 and DB. RGB value is (186,117,219). Sum of RGB (Red+Green+Blue) = 186+117+219=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 117 (46.09% from 255 or 22.41% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA75DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75DB is #458A24. Grayscale: #949494. Windows color (decimal): -4557349 or 14382522. OLE color: 14382522.
HSL color Cylindrical-coordinate representation of color #BA75DB: hue angle of 280.59º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA75DB is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 117 | 219 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.14 |
| HSL | 280.59º | 0.59% | 0.66% | - |
| HSV(B) | 280.59º | 0.47% | 0.86% | - |
| XYZ | 39.4 | 28.28 | 70.4 | - |
| YUV | 149.26 | 167.36 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 219 | 0.15 | 0.47 | 0 | 0.14 | 280.59 | 0.59 | 0.66 |
| Hex | BA | 75 | DB | F | 2F | 0 | E | 119 | 3B | 42 |
| Octal | 272 | 165 | 333 | 17 | 57 | 0 | 16 | 431 | 73 | 102 |
| Binary | 10111010 | 1110101 | 11011011 | 1111 | 101111 | 0 | 1110 | 100011001 | 111011 | 1000010 |
Color Harmonies of #BA75DB
Complementary color
Monochromatic Colors of #BA75DB
Black with #BA75DB
Text Example
Text Example
White with #BA75DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA75DB; }
p { color: rgb(186,117,219); }
H1.HeaderClassName
{
color: #BA75DB;
}
.AnyTagClassName
{
color: #BA75DB;
}
</style>
background-color css
<style>
a { background-color: #BA75DB; }
a { background-color: rgb(186,117,219); }
div.DivClassName
{
background-color: #BA75DB;
}
.BgClassName
{
background-color: #BA75DB;
}
</style>
border-color css
<style>
span { border-color: #BA75DB; }
span { border-color: rgb(186,117,219); }
td.TdClassName
{
border-color: #BA75DB;
}
.TagClassName
{
border-color: #BA75DB;
}
</style>