Shades of Medium Orchid #BA4BDC
Tints of Medium Orchid #BA4BDC
RGB
CMYK
RGB Variations
Color information
#BA4BDC (or 0xBA4BDC) is known color: Medium Orchid. HEX triplet: BA, 4B and DC. RGB value is (186,75,220). Sum of RGB (Red+Green+Blue) = 186+75+220=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 75 (29.69% from 255 or 15.59% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA4BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BDC is #45B423. Grayscale: #7C7C7C. Windows color (decimal): -4568100 or 14437306. OLE color: 14437306.
HSL color Cylindrical-coordinate representation of color #BA4BDC: hue angle of 285.93º 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 #BA4BDC is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 75 | 220 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.14 |
| HSL | 285.93º | 0.67% | 0.58% | - |
| HSV(B) | 285.93º | 0.66% | 0.86% | - |
| XYZ | 35.68 | 20.64 | 69.81 | - |
| YUV | 124.72 | 181.77 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 220 | 0.15 | 0.66 | 0 | 0.14 | 285.93 | 0.67 | 0.58 |
| Hex | BA | 4B | DC | F | 42 | 0 | E | 11E | 43 | 3A |
| Octal | 272 | 113 | 334 | 17 | 102 | 0 | 16 | 436 | 103 | 72 |
| Binary | 10111010 | 1001011 | 11011100 | 1111 | 1000010 | 0 | 1110 | 100011110 | 1000011 | 111010 |
Color Harmonies of #BA4BDC
Complementary color
Monochromatic Colors of #BA4BDC
Black with #BA4BDC
Text Example
Text Example
White with #BA4BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BDC; }
p { color: rgb(186,75,220); }
H1.HeaderClassName
{
color: #BA4BDC;
}
.AnyTagClassName
{
color: #BA4BDC;
}
</style>
background-color css
<style>
a { background-color: #BA4BDC; }
a { background-color: rgb(186,75,220); }
div.DivClassName
{
background-color: #BA4BDC;
}
.BgClassName
{
background-color: #BA4BDC;
}
</style>
border-color css
<style>
span { border-color: #BA4BDC; }
span { border-color: rgb(186,75,220); }
td.TdClassName
{
border-color: #BA4BDC;
}
.TagClassName
{
border-color: #BA4BDC;
}
</style>