Shades of Medium Orchid #BA52D8
Tints of Medium Orchid #BA52D8
RGB
CMYK
RGB Variations
Color information
#BA52D8 (or 0xBA52D8) is known color: Medium Orchid. HEX triplet: BA, 52 and D8. RGB value is (186,82,216). Sum of RGB (Red+Green+Blue) = 186+82+216=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 216 (84.77% from 255 or 44.63% from 484); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA52D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA52D8 is #45AD27. Grayscale: #7F7F7F. Windows color (decimal): -4566312 or 14176954. OLE color: 14176954.
HSL color Cylindrical-coordinate representation of color #BA52D8: hue angle of 286.57º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA52D8 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 82 | 216 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.15 |
| HSL | 286.57º | 0.63% | 0.58% | - |
| HSV(B) | 286.57º | 0.62% | 0.85% | - |
| XYZ | 35.66 | 21.43 | 67.22 | - |
| YUV | 128.37 | 177.46 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 216 | 0.14 | 0.62 | 0 | 0.15 | 286.57 | 0.63 | 0.58 |
| Hex | BA | 52 | D8 | E | 3E | 0 | F | 11F | 3F | 3A |
| Octal | 272 | 122 | 330 | 16 | 76 | 0 | 17 | 437 | 77 | 72 |
| Binary | 10111010 | 1010010 | 11011000 | 1110 | 111110 | 0 | 1111 | 100011111 | 111111 | 111010 |
Color Harmonies of #BA52D8
Complementary color
Monochromatic Colors of #BA52D8
Black with #BA52D8
Text Example
Text Example
White with #BA52D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA52D8; }
p { color: rgb(186,82,216); }
H1.HeaderClassName
{
color: #BA52D8;
}
.AnyTagClassName
{
color: #BA52D8;
}
</style>
background-color css
<style>
a { background-color: #BA52D8; }
a { background-color: rgb(186,82,216); }
div.DivClassName
{
background-color: #BA52D8;
}
.BgClassName
{
background-color: #BA52D8;
}
</style>
border-color css
<style>
span { border-color: #BA52D8; }
span { border-color: rgb(186,82,216); }
td.TdClassName
{
border-color: #BA52D8;
}
.TagClassName
{
border-color: #BA52D8;
}
</style>