Shades of Medium Orchid #BA57EA
Tints of Medium Orchid #BA57EA
RGB
CMYK
RGB Variations
Color information
#BA57EA (or 0xBA57EA) is known color: Medium Orchid. HEX triplet: BA, 57 and EA. RGB value is (186,87,234). Sum of RGB (Red+Green+Blue) = 186+87+234=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 87 (34.38% from 255 or 17.16% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA57EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA57EA is #45A815. Grayscale: #848484. Windows color (decimal): -4565014 or 15357882. OLE color: 15357882.
HSL color Cylindrical-coordinate representation of color #BA57EA: hue angle of 280.41º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA57EA is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 87 | 234 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.08 |
| HSL | 280.41º | 0.78% | 0.63% | - |
| HSV(B) | 280.41º | 0.63% | 0.92% | - |
| XYZ | 38.51 | 23.2 | 80.29 | - |
| YUV | 133.36 | 184.8 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 234 | 0.21 | 0.63 | 0 | 0.08 | 280.41 | 0.78 | 0.63 |
| Hex | BA | 57 | EA | 15 | 3F | 0 | 8 | 118 | 4E | 3F |
| Octal | 272 | 127 | 352 | 25 | 77 | 0 | 10 | 430 | 116 | 77 |
| Binary | 10111010 | 1010111 | 11101010 | 10101 | 111111 | 0 | 1000 | 100011000 | 1001110 | 111111 |
Color Harmonies of #BA57EA
Complementary color
Monochromatic Colors of #BA57EA
Black with #BA57EA
Text Example
Text Example
White with #BA57EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA57EA; }
p { color: rgb(186,87,234); }
H1.HeaderClassName
{
color: #BA57EA;
}
.AnyTagClassName
{
color: #BA57EA;
}
</style>
background-color css
<style>
a { background-color: #BA57EA; }
a { background-color: rgb(186,87,234); }
div.DivClassName
{
background-color: #BA57EA;
}
.BgClassName
{
background-color: #BA57EA;
}
</style>
border-color css
<style>
span { border-color: #BA57EA; }
span { border-color: rgb(186,87,234); }
td.TdClassName
{
border-color: #BA57EA;
}
.TagClassName
{
border-color: #BA57EA;
}
</style>