Shades of Medium Orchid #BA4BD0
Tints of Medium Orchid #BA4BD0
RGB
CMYK
RGB Variations
Color information
#BA4BD0 (or 0xBA4BD0) is known color: Medium Orchid. HEX triplet: BA, 4B and D0. RGB value is (186,75,208). Sum of RGB (Red+Green+Blue) = 186+75+208=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA4BD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BD0 is #45B42F. Grayscale: #7A7A7A. Windows color (decimal): -4568112 or 13650874. OLE color: 13650874.
HSL color Cylindrical-coordinate representation of color #BA4BD0: hue angle of 290.08º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4BD0 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 75 | 208 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.18 |
| HSL | 290.08º | 0.59% | 0.55% | - |
| HSV(B) | 290.08º | 0.64% | 0.82% | - |
| XYZ | 34.15 | 20.03 | 61.74 | - |
| YUV | 123.35 | 175.77 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 208 | 0.11 | 0.64 | 0 | 0.18 | 290.08 | 0.59 | 0.55 |
| Hex | BA | 4B | D0 | B | 40 | 0 | 12 | 122 | 3B | 37 |
| Octal | 272 | 113 | 320 | 13 | 100 | 0 | 22 | 442 | 73 | 67 |
| Binary | 10111010 | 1001011 | 11010000 | 1011 | 1000000 | 0 | 10010 | 100100010 | 111011 | 110111 |
Color Harmonies of #BA4BD0
Complementary color
Monochromatic Colors of #BA4BD0
Black with #BA4BD0
Text Example
Text Example
White with #BA4BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BD0; }
p { color: rgb(186,75,208); }
H1.HeaderClassName
{
color: #BA4BD0;
}
.AnyTagClassName
{
color: #BA4BD0;
}
</style>
background-color css
<style>
a { background-color: #BA4BD0; }
a { background-color: rgb(186,75,208); }
div.DivClassName
{
background-color: #BA4BD0;
}
.BgClassName
{
background-color: #BA4BD0;
}
</style>
border-color css
<style>
span { border-color: #BA4BD0; }
span { border-color: rgb(186,75,208); }
td.TdClassName
{
border-color: #BA4BD0;
}
.TagClassName
{
border-color: #BA4BD0;
}
</style>