Shades of Medium Orchid #BA58D2
Tints of Medium Orchid #BA58D2
RGB
CMYK
RGB Variations
Color information
#BA58D2 (or 0xBA58D2) is known color: Medium Orchid. HEX triplet: BA, 58 and D2. RGB value is (186,88,210). Sum of RGB (Red+Green+Blue) = 186+88+210=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 210 (82.42% from 255 or 43.39% from 484); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA58D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA58D2 is #45A72D. Grayscale: #828282. Windows color (decimal): -4564782 or 13785274. OLE color: 13785274.
HSL color Cylindrical-coordinate representation of color #BA58D2: hue angle of 288.2º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA58D2 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 88 | 210 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.18 |
| HSL | 288.2º | 0.58% | 0.58% | - |
| HSV(B) | 288.2º | 0.58% | 0.82% | - |
| XYZ | 35.37 | 22.07 | 63.37 | - |
| YUV | 131.21 | 172.47 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 210 | 0.11 | 0.58 | 0 | 0.18 | 288.2 | 0.58 | 0.58 |
| Hex | BA | 58 | D2 | B | 3A | 0 | 12 | 120 | 3A | 3A |
| Octal | 272 | 130 | 322 | 13 | 72 | 0 | 22 | 440 | 72 | 72 |
| Binary | 10111010 | 1011000 | 11010010 | 1011 | 111010 | 0 | 10010 | 100100000 | 111010 | 111010 |
Color Harmonies of #BA58D2
Complementary color
Monochromatic Colors of #BA58D2
Black with #BA58D2
Text Example
Text Example
White with #BA58D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA58D2; }
p { color: rgb(186,88,210); }
H1.HeaderClassName
{
color: #BA58D2;
}
.AnyTagClassName
{
color: #BA58D2;
}
</style>
background-color css
<style>
a { background-color: #BA58D2; }
a { background-color: rgb(186,88,210); }
div.DivClassName
{
background-color: #BA58D2;
}
.BgClassName
{
background-color: #BA58D2;
}
</style>
border-color css
<style>
span { border-color: #BA58D2; }
span { border-color: rgb(186,88,210); }
td.TdClassName
{
border-color: #BA58D2;
}
.TagClassName
{
border-color: #BA58D2;
}
</style>