Shades of Medium Orchid #BA4BE1
Tints of Medium Orchid #BA4BE1
RGB
CMYK
RGB Variations
Color information
#BA4BE1 (or 0xBA4BE1) is known color: Medium Orchid. HEX triplet: BA, 4B and E1. RGB value is (186,75,225). Sum of RGB (Red+Green+Blue) = 186+75+225=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 75 (29.69% from 255 or 15.43% from 486); Blue value is 225 (88.28% from 255 or 46.30% from 486); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA4BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BE1 is #45B41E. Grayscale: #7C7C7C. Windows color (decimal): -4568095 or 14764986. OLE color: 14764986.
HSL color Cylindrical-coordinate representation of color #BA4BE1: hue angle of 284.4º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA4BE1 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 75 | 225 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.12 |
| HSL | 284.4º | 0.71% | 0.59% | - |
| HSV(B) | 284.4º | 0.67% | 0.88% | - |
| XYZ | 36.36 | 20.91 | 73.35 | - |
| YUV | 125.29 | 184.27 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 225 | 0.17 | 0.67 | 0 | 0.12 | 284.4 | 0.71 | 0.59 |
| Hex | BA | 4B | E1 | 11 | 43 | 0 | C | 11C | 47 | 3B |
| Octal | 272 | 113 | 341 | 21 | 103 | 0 | 14 | 434 | 107 | 73 |
| Binary | 10111010 | 1001011 | 11100001 | 10001 | 1000011 | 0 | 1100 | 100011100 | 1000111 | 111011 |
Color Harmonies of #BA4BE1
Complementary color
Monochromatic Colors of #BA4BE1
Black with #BA4BE1
Text Example
Text Example
White with #BA4BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BE1; }
p { color: rgb(186,75,225); }
H1.HeaderClassName
{
color: #BA4BE1;
}
.AnyTagClassName
{
color: #BA4BE1;
}
</style>
background-color css
<style>
a { background-color: #BA4BE1; }
a { background-color: rgb(186,75,225); }
div.DivClassName
{
background-color: #BA4BE1;
}
.BgClassName
{
background-color: #BA4BE1;
}
</style>
border-color css
<style>
span { border-color: #BA4BE1; }
span { border-color: rgb(186,75,225); }
td.TdClassName
{
border-color: #BA4BE1;
}
.TagClassName
{
border-color: #BA4BE1;
}
</style>