Shades of Medium Orchid #BA72E2
Tints of Medium Orchid #BA72E2
RGB
CMYK
RGB Variations
Color information
#BA72E2 (or 0xBA72E2) is known color: Medium Orchid. HEX triplet: BA, 72 and E2. RGB value is (186,114,226). Sum of RGB (Red+Green+Blue) = 186+114+226=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 226 (88.67% from 255 or 42.97% from 526); Max value from RGB is 226 - color contains mainly: blue. Hex color #BA72E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72E2 is #458D1D. Grayscale: #939393. Windows color (decimal): -4558110 or 14840506. OLE color: 14840506.
HSL color Cylindrical-coordinate representation of color #BA72E2: hue angle of 278.57º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA72E2 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 114 | 226 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.11 |
| HSL | 278.57º | 0.66% | 0.67% | - |
| HSV(B) | 278.57º | 0.5% | 0.89% | - |
| XYZ | 39.99 | 27.96 | 75.24 | - |
| YUV | 148.3 | 171.85 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 226 | 0.18 | 0.50 | 0 | 0.11 | 278.57 | 0.66 | 0.67 |
| Hex | BA | 72 | E2 | 12 | 32 | 0 | B | 117 | 42 | 43 |
| Octal | 272 | 162 | 342 | 22 | 62 | 0 | 13 | 427 | 102 | 103 |
| Binary | 10111010 | 1110010 | 11100010 | 10010 | 110010 | 0 | 1011 | 100010111 | 1000010 | 1000011 |
Color Harmonies of #BA72E2
Complementary color
Monochromatic Colors of #BA72E2
Black with #BA72E2
Text Example
Text Example
White with #BA72E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA72E2; }
p { color: rgb(186,114,226); }
H1.HeaderClassName
{
color: #BA72E2;
}
.AnyTagClassName
{
color: #BA72E2;
}
</style>
background-color css
<style>
a { background-color: #BA72E2; }
a { background-color: rgb(186,114,226); }
div.DivClassName
{
background-color: #BA72E2;
}
.BgClassName
{
background-color: #BA72E2;
}
</style>
border-color css
<style>
span { border-color: #BA72E2; }
span { border-color: rgb(186,114,226); }
td.TdClassName
{
border-color: #BA72E2;
}
.TagClassName
{
border-color: #BA72E2;
}
</style>