Shades of Medium Orchid #BA4CE9
Tints of Medium Orchid #BA4CE9
RGB
CMYK
RGB Variations
Color information
#BA4CE9 (or 0xBA4CE9) is known color: Medium Orchid. HEX triplet: BA, 4C and E9. RGB value is (186,76,233). Sum of RGB (Red+Green+Blue) = 186+76+233=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA4CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4CE9 is #45B316. Grayscale: #7E7E7E. Windows color (decimal): -4567831 or 15289530. OLE color: 15289530.
HSL color Cylindrical-coordinate representation of color #BA4CE9: hue angle of 282.04º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA4CE9 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 76 | 233 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.09 |
| HSL | 282.04º | 0.78% | 0.61% | - |
| HSV(B) | 282.04º | 0.67% | 0.91% | - |
| XYZ | 37.54 | 21.49 | 79.26 | - |
| YUV | 126.79 | 187.94 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 233 | 0.20 | 0.67 | 0 | 0.09 | 282.04 | 0.78 | 0.61 |
| Hex | BA | 4C | E9 | 14 | 43 | 0 | 9 | 11A | 4E | 3D |
| Octal | 272 | 114 | 351 | 24 | 103 | 0 | 11 | 432 | 116 | 75 |
| Binary | 10111010 | 1001100 | 11101001 | 10100 | 1000011 | 0 | 1001 | 100011010 | 1001110 | 111101 |
Color Harmonies of #BA4CE9
Complementary color
Monochromatic Colors of #BA4CE9
Black with #BA4CE9
Text Example
Text Example
White with #BA4CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4CE9; }
p { color: rgb(186,76,233); }
H1.HeaderClassName
{
color: #BA4CE9;
}
.AnyTagClassName
{
color: #BA4CE9;
}
</style>
background-color css
<style>
a { background-color: #BA4CE9; }
a { background-color: rgb(186,76,233); }
div.DivClassName
{
background-color: #BA4CE9;
}
.BgClassName
{
background-color: #BA4CE9;
}
</style>
border-color css
<style>
span { border-color: #BA4CE9; }
span { border-color: rgb(186,76,233); }
td.TdClassName
{
border-color: #BA4CE9;
}
.TagClassName
{
border-color: #BA4CE9;
}
</style>