Shades of Medium Orchid #BA72DE
Tints of Medium Orchid #BA72DE
RGB
CMYK
RGB Variations
Color information
#BA72DE (or 0xBA72DE) is known color: Medium Orchid. HEX triplet: BA, 72 and DE. RGB value is (186,114,222). Sum of RGB (Red+Green+Blue) = 186+114+222=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA72DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72DE is #458D21. Grayscale: #939393. Windows color (decimal): -4558114 or 14578362. OLE color: 14578362.
HSL color Cylindrical-coordinate representation of color #BA72DE: hue angle of 280º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA72DE is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 114 | 222 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.13 |
| HSL | 280º | 0.62% | 0.66% | - |
| HSV(B) | 280º | 0.49% | 0.87% | - |
| XYZ | 39.45 | 27.75 | 72.38 | - |
| YUV | 147.84 | 169.85 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 222 | 0.16 | 0.49 | 0 | 0.13 | 280 | 0.62 | 0.66 |
| Hex | BA | 72 | DE | 10 | 31 | 0 | D | 118 | 3E | 42 |
| Octal | 272 | 162 | 336 | 20 | 61 | 0 | 15 | 430 | 76 | 102 |
| Binary | 10111010 | 1110010 | 11011110 | 10000 | 110001 | 0 | 1101 | 100011000 | 111110 | 1000010 |
Color Harmonies of #BA72DE
Complementary color
Monochromatic Colors of #BA72DE
Black with #BA72DE
Text Example
Text Example
White with #BA72DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA72DE; }
p { color: rgb(186,114,222); }
H1.HeaderClassName
{
color: #BA72DE;
}
.AnyTagClassName
{
color: #BA72DE;
}
</style>
background-color css
<style>
a { background-color: #BA72DE; }
a { background-color: rgb(186,114,222); }
div.DivClassName
{
background-color: #BA72DE;
}
.BgClassName
{
background-color: #BA72DE;
}
</style>
border-color css
<style>
span { border-color: #BA72DE; }
span { border-color: rgb(186,114,222); }
td.TdClassName
{
border-color: #BA72DE;
}
.TagClassName
{
border-color: #BA72DE;
}
</style>