Shades of Medium Orchid #BA52D0
Tints of Medium Orchid #BA52D0
RGB
CMYK
RGB Variations
Color information
#BA52D0 (or 0xBA52D0) is known color: Medium Orchid. HEX triplet: BA, 52 and D0. RGB value is (186,82,208). Sum of RGB (Red+Green+Blue) = 186+82+208=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA52D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA52D0 is #45AD2F. Grayscale: #7F7F7F. Windows color (decimal): -4566320 or 13652666. OLE color: 13652666.
HSL color Cylindrical-coordinate representation of color #BA52D0: hue angle of 289.52º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA52D0 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 82 | 208 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.18 |
| HSL | 289.52º | 0.57% | 0.57% | - |
| HSV(B) | 289.52º | 0.61% | 0.82% | - |
| XYZ | 34.65 | 21.03 | 61.91 | - |
| YUV | 127.46 | 173.46 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 208 | 0.11 | 0.61 | 0 | 0.18 | 289.52 | 0.57 | 0.57 |
| Hex | BA | 52 | D0 | B | 3D | 0 | 12 | 122 | 39 | 39 |
| Octal | 272 | 122 | 320 | 13 | 75 | 0 | 22 | 442 | 71 | 71 |
| Binary | 10111010 | 1010010 | 11010000 | 1011 | 111101 | 0 | 10010 | 100100010 | 111001 | 111001 |
Color Harmonies of #BA52D0
Complementary color
Monochromatic Colors of #BA52D0
Black with #BA52D0
Text Example
Text Example
White with #BA52D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA52D0; }
p { color: rgb(186,82,208); }
H1.HeaderClassName
{
color: #BA52D0;
}
.AnyTagClassName
{
color: #BA52D0;
}
</style>
background-color css
<style>
a { background-color: #BA52D0; }
a { background-color: rgb(186,82,208); }
div.DivClassName
{
background-color: #BA52D0;
}
.BgClassName
{
background-color: #BA52D0;
}
</style>
border-color css
<style>
span { border-color: #BA52D0; }
span { border-color: rgb(186,82,208); }
td.TdClassName
{
border-color: #BA52D0;
}
.TagClassName
{
border-color: #BA52D0;
}
</style>