Shades of Medium Orchid #BA5AE6
Tints of Medium Orchid #BA5AE6
RGB
CMYK
RGB Variations
Color information
#BA5AE6 (or 0xBA5AE6) is known color: Medium Orchid. HEX triplet: BA, 5A and E6. RGB value is (186,90,230). Sum of RGB (Red+Green+Blue) = 186+90+230=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 90 (35.55% from 255 or 17.79% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA5AE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5AE6 is #45A519. Grayscale: #868686. Windows color (decimal): -4564250 or 15096506. OLE color: 15096506.
HSL color Cylindrical-coordinate representation of color #BA5AE6: hue angle of 281.14º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA5AE6 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 90 | 230 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.10 |
| HSL | 281.14º | 0.74% | 0.63% | - |
| HSV(B) | 281.14º | 0.61% | 0.9% | - |
| XYZ | 38.19 | 23.46 | 77.38 | - |
| YUV | 134.66 | 181.8 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 230 | 0.19 | 0.61 | 0 | 0.10 | 281.14 | 0.74 | 0.63 |
| Hex | BA | 5A | E6 | 13 | 3D | 0 | A | 119 | 4A | 3F |
| Octal | 272 | 132 | 346 | 23 | 75 | 0 | 12 | 431 | 112 | 77 |
| Binary | 10111010 | 1011010 | 11100110 | 10011 | 111101 | 0 | 1010 | 100011001 | 1001010 | 111111 |
Color Harmonies of #BA5AE6
Complementary color
Monochromatic Colors of #BA5AE6
Black with #BA5AE6
Text Example
Text Example
White with #BA5AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5AE6; }
p { color: rgb(186,90,230); }
H1.HeaderClassName
{
color: #BA5AE6;
}
.AnyTagClassName
{
color: #BA5AE6;
}
</style>
background-color css
<style>
a { background-color: #BA5AE6; }
a { background-color: rgb(186,90,230); }
div.DivClassName
{
background-color: #BA5AE6;
}
.BgClassName
{
background-color: #BA5AE6;
}
</style>
border-color css
<style>
span { border-color: #BA5AE6; }
span { border-color: rgb(186,90,230); }
td.TdClassName
{
border-color: #BA5AE6;
}
.TagClassName
{
border-color: #BA5AE6;
}
</style>