Shades of Medium Orchid #BA72EB
Tints of Medium Orchid #BA72EB
RGB
CMYK
RGB Variations
Color information
#BA72EB (or 0xBA72EB) is known color: Medium Orchid. HEX triplet: BA, 72 and EB. RGB value is (186,114,235). Sum of RGB (Red+Green+Blue) = 186+114+235=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 114 (44.92% from 255 or 21.31% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA72EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA72EB is #458D14. Grayscale: #949494. Windows color (decimal): -4558101 or 15430330. OLE color: 15430330.
HSL color Cylindrical-coordinate representation of color #BA72EB: hue angle of 275.7º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA72EB is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 114 | 235 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.08 |
| HSL | 275.7º | 0.75% | 0.68% | - |
| HSV(B) | 275.7º | 0.51% | 0.92% | - |
| XYZ | 41.26 | 28.47 | 81.92 | - |
| YUV | 149.32 | 176.35 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 235 | 0.21 | 0.51 | 0 | 0.08 | 275.7 | 0.75 | 0.68 |
| Hex | BA | 72 | EB | 15 | 33 | 0 | 8 | 114 | 4B | 44 |
| Octal | 272 | 162 | 353 | 25 | 63 | 0 | 10 | 424 | 113 | 104 |
| Binary | 10111010 | 1110010 | 11101011 | 10101 | 110011 | 0 | 1000 | 100010100 | 1001011 | 1000100 |
Color Harmonies of #BA72EB
Complementary color
Monochromatic Colors of #BA72EB
Black with #BA72EB
Text Example
Text Example
White with #BA72EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA72EB; }
p { color: rgb(186,114,235); }
H1.HeaderClassName
{
color: #BA72EB;
}
.AnyTagClassName
{
color: #BA72EB;
}
</style>
background-color css
<style>
a { background-color: #BA72EB; }
a { background-color: rgb(186,114,235); }
div.DivClassName
{
background-color: #BA72EB;
}
.BgClassName
{
background-color: #BA72EB;
}
</style>
border-color css
<style>
span { border-color: #BA72EB; }
span { border-color: rgb(186,114,235); }
td.TdClassName
{
border-color: #BA72EB;
}
.TagClassName
{
border-color: #BA72EB;
}
</style>