Shades of Medium Orchid #BA4BCD
Tints of Medium Orchid #BA4BCD
RGB
CMYK
RGB Variations
Color information
#BA4BCD (or 0xBA4BCD) is known color: Medium Orchid. HEX triplet: BA, 4B and CD. RGB value is (186,75,205). Sum of RGB (Red+Green+Blue) = 186+75+205=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA4BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BCD is #45B432. Grayscale: #7A7A7A. Windows color (decimal): -4568115 or 13454266. OLE color: 13454266.
HSL color Cylindrical-coordinate representation of color #BA4BCD: hue angle of 291.23º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4BCD is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 75 | 205 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.20 |
| HSL | 291.23º | 0.57% | 0.55% | - |
| HSV(B) | 291.23º | 0.63% | 0.8% | - |
| XYZ | 33.79 | 19.88 | 59.81 | - |
| YUV | 123.01 | 174.27 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 205 | 0.09 | 0.63 | 0 | 0.20 | 291.23 | 0.57 | 0.55 |
| Hex | BA | 4B | CD | 9 | 3F | 0 | 14 | 123 | 39 | 37 |
| Octal | 272 | 113 | 315 | 11 | 77 | 0 | 24 | 443 | 71 | 67 |
| Binary | 10111010 | 1001011 | 11001101 | 1001 | 111111 | 0 | 10100 | 100100011 | 111001 | 110111 |
Color Harmonies of #BA4BCD
Complementary color
Monochromatic Colors of #BA4BCD
Black with #BA4BCD
Text Example
Text Example
White with #BA4BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BCD; }
p { color: rgb(186,75,205); }
H1.HeaderClassName
{
color: #BA4BCD;
}
.AnyTagClassName
{
color: #BA4BCD;
}
</style>
background-color css
<style>
a { background-color: #BA4BCD; }
a { background-color: rgb(186,75,205); }
div.DivClassName
{
background-color: #BA4BCD;
}
.BgClassName
{
background-color: #BA4BCD;
}
</style>
border-color css
<style>
span { border-color: #BA4BCD; }
span { border-color: rgb(186,75,205); }
td.TdClassName
{
border-color: #BA4BCD;
}
.TagClassName
{
border-color: #BA4BCD;
}
</style>