Shades of Medium Orchid #BA72C9
Tints of Medium Orchid #BA72C9
RGB
CMYK
RGB Variations
Color information
#BA72C9 (or 0xBA72C9) is known color: Medium Orchid. HEX triplet: BA, 72 and C9. RGB value is (186,114,201). Sum of RGB (Red+Green+Blue) = 186+114+201=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA72C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72C9 is #458D36. Grayscale: #919191. Windows color (decimal): -4558135 or 13202106. OLE color: 13202106.
HSL color Cylindrical-coordinate representation of color #BA72C9: hue angle of 289.66º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA72C9 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 114 | 201 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.21 |
| HSL | 289.66º | 0.45% | 0.62% | - |
| HSV(B) | 289.66º | 0.43% | 0.79% | - |
| XYZ | 36.81 | 26.69 | 58.47 | - |
| YUV | 145.45 | 159.35 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 201 | 0.07 | 0.43 | 0 | 0.21 | 289.66 | 0.45 | 0.62 |
| Hex | BA | 72 | C9 | 7 | 2B | 0 | 15 | 122 | 2D | 3E |
| Octal | 272 | 162 | 311 | 7 | 53 | 0 | 25 | 442 | 55 | 76 |
| Binary | 10111010 | 1110010 | 11001001 | 111 | 101011 | 0 | 10101 | 100100010 | 101101 | 111110 |
Color Harmonies of #BA72C9
Complementary color
Monochromatic Colors of #BA72C9
Black with #BA72C9
Text Example
Text Example
White with #BA72C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA72C9; }
p { color: rgb(186,114,201); }
H1.HeaderClassName
{
color: #BA72C9;
}
.AnyTagClassName
{
color: #BA72C9;
}
</style>
background-color css
<style>
a { background-color: #BA72C9; }
a { background-color: rgb(186,114,201); }
div.DivClassName
{
background-color: #BA72C9;
}
.BgClassName
{
background-color: #BA72C9;
}
</style>
border-color css
<style>
span { border-color: #BA72C9; }
span { border-color: rgb(186,114,201); }
td.TdClassName
{
border-color: #BA72C9;
}
.TagClassName
{
border-color: #BA72C9;
}
</style>