Shades of Medium Orchid #BA4BE9
Tints of Medium Orchid #BA4BE9
RGB
CMYK
RGB Variations
Color information
#BA4BE9 (or 0xBA4BE9) is known color: Medium Orchid. HEX triplet: BA, 4B and E9. RGB value is (186,75,233). Sum of RGB (Red+Green+Blue) = 186+75+233=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 75 (29.69% from 255 or 15.18% from 494); Blue value is 233 (91.41% from 255 or 47.17% from 494); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA4BE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4BE9 is #45B416. Grayscale: #7D7D7D. Windows color (decimal): -4568087 or 15289274. OLE color: 15289274.
HSL color Cylindrical-coordinate representation of color #BA4BE9: hue angle of 282.15º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA4BE9 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 75 | 233 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.09 |
| HSL | 282.15º | 0.78% | 0.6% | - |
| HSV(B) | 282.15º | 0.68% | 0.91% | - |
| XYZ | 37.47 | 21.35 | 79.24 | - |
| YUV | 126.2 | 188.27 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 233 | 0.20 | 0.68 | 0 | 0.09 | 282.15 | 0.78 | 0.6 |
| Hex | BA | 4B | E9 | 14 | 44 | 0 | 9 | 11A | 4E | 3C |
| Octal | 272 | 113 | 351 | 24 | 104 | 0 | 11 | 432 | 116 | 74 |
| Binary | 10111010 | 1001011 | 11101001 | 10100 | 1000100 | 0 | 1001 | 100011010 | 1001110 | 111100 |
Color Harmonies of #BA4BE9
Complementary color
Monochromatic Colors of #BA4BE9
Black with #BA4BE9
Text Example
Text Example
White with #BA4BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BE9; }
p { color: rgb(186,75,233); }
H1.HeaderClassName
{
color: #BA4BE9;
}
.AnyTagClassName
{
color: #BA4BE9;
}
</style>
background-color css
<style>
a { background-color: #BA4BE9; }
a { background-color: rgb(186,75,233); }
div.DivClassName
{
background-color: #BA4BE9;
}
.BgClassName
{
background-color: #BA4BE9;
}
</style>
border-color css
<style>
span { border-color: #BA4BE9; }
span { border-color: rgb(186,75,233); }
td.TdClassName
{
border-color: #BA4BE9;
}
.TagClassName
{
border-color: #BA4BE9;
}
</style>