Shades of Medium Orchid #BA4BCE
Tints of Medium Orchid #BA4BCE
RGB
CMYK
RGB Variations
Color information
#BA4BCE (or 0xBA4BCE) is known color: Medium Orchid. HEX triplet: BA, 4B and CE. RGB value is (186,75,206). Sum of RGB (Red+Green+Blue) = 186+75+206=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA4BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BCE is #45B431. Grayscale: #7A7A7A. Windows color (decimal): -4568114 or 13519802. OLE color: 13519802.
HSL color Cylindrical-coordinate representation of color #BA4BCE: hue angle of 290.84º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4BCE is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 75 | 206 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.19 |
| HSL | 290.84º | 0.57% | 0.55% | - |
| HSV(B) | 290.84º | 0.64% | 0.81% | - |
| XYZ | 33.91 | 19.93 | 60.45 | - |
| YUV | 123.12 | 174.77 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 206 | 0.10 | 0.64 | 0 | 0.19 | 290.84 | 0.57 | 0.55 |
| Hex | BA | 4B | CE | A | 40 | 0 | 13 | 123 | 39 | 37 |
| Octal | 272 | 113 | 316 | 12 | 100 | 0 | 23 | 443 | 71 | 67 |
| Binary | 10111010 | 1001011 | 11001110 | 1010 | 1000000 | 0 | 10011 | 100100011 | 111001 | 110111 |
Color Harmonies of #BA4BCE
Complementary color
Monochromatic Colors of #BA4BCE
Black with #BA4BCE
Text Example
Text Example
White with #BA4BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BCE; }
p { color: rgb(186,75,206); }
H1.HeaderClassName
{
color: #BA4BCE;
}
.AnyTagClassName
{
color: #BA4BCE;
}
</style>
background-color css
<style>
a { background-color: #BA4BCE; }
a { background-color: rgb(186,75,206); }
div.DivClassName
{
background-color: #BA4BCE;
}
.BgClassName
{
background-color: #BA4BCE;
}
</style>
border-color css
<style>
span { border-color: #BA4BCE; }
span { border-color: rgb(186,75,206); }
td.TdClassName
{
border-color: #BA4BCE;
}
.TagClassName
{
border-color: #BA4BCE;
}
</style>