Shades of Medium Orchid #BA4FDC
Tints of Medium Orchid #BA4FDC
RGB
CMYK
RGB Variations
Color information
#BA4FDC (or 0xBA4FDC) is known color: Medium Orchid. HEX triplet: BA, 4F and DC. RGB value is (186,79,220). Sum of RGB (Red+Green+Blue) = 186+79+220=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA4FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4FDC is #45B023. Grayscale: #7E7E7E. Windows color (decimal): -4567076 or 14438330. OLE color: 14438330.
HSL color Cylindrical-coordinate representation of color #BA4FDC: hue angle of 285.53º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4FDC is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 79 | 220 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.14 |
| HSL | 285.53º | 0.67% | 0.59% | - |
| HSV(B) | 285.53º | 0.64% | 0.86% | - |
| XYZ | 35.96 | 21.2 | 69.91 | - |
| YUV | 127.07 | 180.45 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 220 | 0.15 | 0.64 | 0 | 0.14 | 285.53 | 0.67 | 0.59 |
| Hex | BA | 4F | DC | F | 40 | 0 | E | 11E | 43 | 3B |
| Octal | 272 | 117 | 334 | 17 | 100 | 0 | 16 | 436 | 103 | 73 |
| Binary | 10111010 | 1001111 | 11011100 | 1111 | 1000000 | 0 | 1110 | 100011110 | 1000011 | 111011 |
Color Harmonies of #BA4FDC
Complementary color
Monochromatic Colors of #BA4FDC
Black with #BA4FDC
Text Example
Text Example
White with #BA4FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4FDC; }
p { color: rgb(186,79,220); }
H1.HeaderClassName
{
color: #BA4FDC;
}
.AnyTagClassName
{
color: #BA4FDC;
}
</style>
background-color css
<style>
a { background-color: #BA4FDC; }
a { background-color: rgb(186,79,220); }
div.DivClassName
{
background-color: #BA4FDC;
}
.BgClassName
{
background-color: #BA4FDC;
}
</style>
border-color css
<style>
span { border-color: #BA4FDC; }
span { border-color: rgb(186,79,220); }
td.TdClassName
{
border-color: #BA4FDC;
}
.TagClassName
{
border-color: #BA4FDC;
}
</style>