Shades of Medium Orchid #BA4BE7
Tints of Medium Orchid #BA4BE7
RGB
CMYK
RGB Variations
Color information
#BA4BE7 (or 0xBA4BE7) is known color: Medium Orchid. HEX triplet: BA, 4B and E7. RGB value is (186,75,231). Sum of RGB (Red+Green+Blue) = 186+75+231=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 75 (29.69% from 255 or 15.24% from 492); Blue value is 231 (90.62% from 255 or 46.95% from 492); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA4BE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4BE7 is #45B418. Grayscale: #7D7D7D. Windows color (decimal): -4568089 or 15158202. OLE color: 15158202.
HSL color Cylindrical-coordinate representation of color #BA4BE7: hue angle of 282.69º degrees, saturation: 0.76, 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 #BA4BE7 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 75 | 231 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.09 |
| HSL | 282.69º | 0.76% | 0.6% | - |
| HSV(B) | 282.69º | 0.68% | 0.91% | - |
| XYZ | 37.19 | 21.24 | 77.74 | - |
| YUV | 125.97 | 187.27 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 231 | 0.19 | 0.68 | 0 | 0.09 | 282.69 | 0.76 | 0.6 |
| Hex | BA | 4B | E7 | 13 | 44 | 0 | 9 | 11B | 4C | 3C |
| Octal | 272 | 113 | 347 | 23 | 104 | 0 | 11 | 433 | 114 | 74 |
| Binary | 10111010 | 1001011 | 11100111 | 10011 | 1000100 | 0 | 1001 | 100011011 | 1001100 | 111100 |
Color Harmonies of #BA4BE7
Complementary color
Monochromatic Colors of #BA4BE7
Black with #BA4BE7
Text Example
Text Example
White with #BA4BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BE7; }
p { color: rgb(186,75,231); }
H1.HeaderClassName
{
color: #BA4BE7;
}
.AnyTagClassName
{
color: #BA4BE7;
}
</style>
background-color css
<style>
a { background-color: #BA4BE7; }
a { background-color: rgb(186,75,231); }
div.DivClassName
{
background-color: #BA4BE7;
}
.BgClassName
{
background-color: #BA4BE7;
}
</style>
border-color css
<style>
span { border-color: #BA4BE7; }
span { border-color: rgb(186,75,231); }
td.TdClassName
{
border-color: #BA4BE7;
}
.TagClassName
{
border-color: #BA4BE7;
}
</style>