Shades of Medium Orchid #BA3AE8
Tints of Medium Orchid #BA3AE8
RGB
CMYK
RGB Variations
Color information
#BA3AE8 (or 0xBA3AE8) is known color: Medium Orchid. HEX triplet: BA, 3A and E8. RGB value is (186,58,232). Sum of RGB (Red+Green+Blue) = 186+58+232=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 58 (23.05% from 255 or 12.18% from 476); Blue value is 232 (91.02% from 255 or 48.74% from 476); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA3AE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3AE8 is #45C517. Grayscale: #737373. Windows color (decimal): -4572440 or 15219386. OLE color: 15219386.
HSL color Cylindrical-coordinate representation of color #BA3AE8: hue angle of 284.14º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA3AE8 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 58 | 232 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.09 |
| HSL | 284.14º | 0.79% | 0.57% | - |
| HSV(B) | 284.14º | 0.75% | 0.91% | - |
| XYZ | 36.33 | 19.29 | 78.15 | - |
| YUV | 116.11 | 193.41 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 232 | 0.20 | 0.75 | 0 | 0.09 | 284.14 | 0.79 | 0.57 |
| Hex | BA | 3A | E8 | 14 | 4B | 0 | 9 | 11C | 4F | 39 |
| Octal | 272 | 72 | 350 | 24 | 113 | 0 | 11 | 434 | 117 | 71 |
| Binary | 10111010 | 111010 | 11101000 | 10100 | 1001011 | 0 | 1001 | 100011100 | 1001111 | 111001 |
Color Harmonies of #BA3AE8
Complementary color
Monochromatic Colors of #BA3AE8
Black with #BA3AE8
Text Example
Text Example
White with #BA3AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3AE8; }
p { color: rgb(186,58,232); }
H1.HeaderClassName
{
color: #BA3AE8;
}
.AnyTagClassName
{
color: #BA3AE8;
}
</style>
background-color css
<style>
a { background-color: #BA3AE8; }
a { background-color: rgb(186,58,232); }
div.DivClassName
{
background-color: #BA3AE8;
}
.BgClassName
{
background-color: #BA3AE8;
}
</style>
border-color css
<style>
span { border-color: #BA3AE8; }
span { border-color: rgb(186,58,232); }
td.TdClassName
{
border-color: #BA3AE8;
}
.TagClassName
{
border-color: #BA3AE8;
}
</style>