Shades of Medium Orchid #BA48CF
Tints of Medium Orchid #BA48CF
RGB
CMYK
RGB Variations
Color information
#BA48CF (or 0xBA48CF) is known color: Medium Orchid. HEX triplet: BA, 48 and CF. RGB value is (186,72,207). Sum of RGB (Red+Green+Blue) = 186+72+207=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA48CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48CF is #45B730. Grayscale: #797979. Windows color (decimal): -4568881 or 13584570. OLE color: 13584570.
HSL color Cylindrical-coordinate representation of color #BA48CF: hue angle of 290.67º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA48CF is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 72 | 207 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.19 |
| HSL | 290.67º | 0.58% | 0.55% | - |
| HSV(B) | 290.67º | 0.65% | 0.81% | - |
| XYZ | 33.83 | 19.58 | 61.03 | - |
| YUV | 121.48 | 176.27 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 207 | 0.10 | 0.65 | 0 | 0.19 | 290.67 | 0.58 | 0.55 |
| Hex | BA | 48 | CF | A | 41 | 0 | 13 | 123 | 3A | 37 |
| Octal | 272 | 110 | 317 | 12 | 101 | 0 | 23 | 443 | 72 | 67 |
| Binary | 10111010 | 1001000 | 11001111 | 1010 | 1000001 | 0 | 10011 | 100100011 | 111010 | 110111 |
Color Harmonies of #BA48CF
Complementary color
Monochromatic Colors of #BA48CF
Black with #BA48CF
Text Example
Text Example
White with #BA48CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA48CF; }
p { color: rgb(186,72,207); }
H1.HeaderClassName
{
color: #BA48CF;
}
.AnyTagClassName
{
color: #BA48CF;
}
</style>
background-color css
<style>
a { background-color: #BA48CF; }
a { background-color: rgb(186,72,207); }
div.DivClassName
{
background-color: #BA48CF;
}
.BgClassName
{
background-color: #BA48CF;
}
</style>
border-color css
<style>
span { border-color: #BA48CF; }
span { border-color: rgb(186,72,207); }
td.TdClassName
{
border-color: #BA48CF;
}
.TagClassName
{
border-color: #BA48CF;
}
</style>