Shades of Medium Orchid #BA72ED
Tints of Medium Orchid #BA72ED
RGB
CMYK
RGB Variations
Color information
#BA72ED (or 0xBA72ED) is known color: Medium Orchid. HEX triplet: BA, 72 and ED. RGB value is (186,114,237). Sum of RGB (Red+Green+Blue) = 186+114+237=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 114 (44.92% from 255 or 21.23% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA72ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA72ED is #458D12. Grayscale: #959595. Windows color (decimal): -4558099 or 15561402. OLE color: 15561402.
HSL color Cylindrical-coordinate representation of color #BA72ED: hue angle of 275.12º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA72ED is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 114 | 237 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.07 |
| HSL | 275.12º | 0.77% | 0.69% | - |
| HSV(B) | 275.12º | 0.52% | 0.93% | - |
| XYZ | 41.55 | 28.59 | 83.45 | - |
| YUV | 149.55 | 177.35 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 237 | 0.22 | 0.52 | 0 | 0.07 | 275.12 | 0.77 | 0.69 |
| Hex | BA | 72 | ED | 16 | 34 | 0 | 7 | 113 | 4D | 45 |
| Octal | 272 | 162 | 355 | 26 | 64 | 0 | 7 | 423 | 115 | 105 |
| Binary | 10111010 | 1110010 | 11101101 | 10110 | 110100 | 0 | 111 | 100010011 | 1001101 | 1000101 |
Color Harmonies of #BA72ED
Complementary color
Monochromatic Colors of #BA72ED
Black with #BA72ED
Text Example
Text Example
White with #BA72ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA72ED; }
p { color: rgb(186,114,237); }
H1.HeaderClassName
{
color: #BA72ED;
}
.AnyTagClassName
{
color: #BA72ED;
}
</style>
background-color css
<style>
a { background-color: #BA72ED; }
a { background-color: rgb(186,114,237); }
div.DivClassName
{
background-color: #BA72ED;
}
.BgClassName
{
background-color: #BA72ED;
}
</style>
border-color css
<style>
span { border-color: #BA72ED; }
span { border-color: rgb(186,114,237); }
td.TdClassName
{
border-color: #BA72ED;
}
.TagClassName
{
border-color: #BA72ED;
}
</style>