Shades of Medium Orchid #BA52CC
Tints of Medium Orchid #BA52CC
RGB
CMYK
RGB Variations
Color information
#BA52CC (or 0xBA52CC) is known color: Medium Orchid. HEX triplet: BA, 52 and CC. RGB value is (186,82,204). Sum of RGB (Red+Green+Blue) = 186+82+204=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA52CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA52CC is #45AD33. Grayscale: #7E7E7E. Windows color (decimal): -4566324 or 13390522. OLE color: 13390522.
HSL color Cylindrical-coordinate representation of color #BA52CC: hue angle of 291.15º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA52CC is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 82 | 204 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.2 |
| HSL | 291.15º | 0.54% | 0.56% | - |
| HSV(B) | 291.15º | 0.6% | 0.8% | - |
| XYZ | 34.17 | 20.83 | 59.35 | - |
| YUV | 127 | 171.46 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 204 | 0.09 | 0.60 | 0 | 0.2 | 291.15 | 0.54 | 0.56 |
| Hex | BA | 52 | CC | 9 | 3C | 0 | 14 | 123 | 36 | 38 |
| Octal | 272 | 122 | 314 | 11 | 74 | 0 | 24 | 443 | 66 | 70 |
| Binary | 10111010 | 1010010 | 11001100 | 1001 | 111100 | 0 | 10100 | 100100011 | 110110 | 111000 |
Color Harmonies of #BA52CC
Complementary color
Monochromatic Colors of #BA52CC
Black with #BA52CC
Text Example
Text Example
White with #BA52CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA52CC; }
p { color: rgb(186,82,204); }
H1.HeaderClassName
{
color: #BA52CC;
}
.AnyTagClassName
{
color: #BA52CC;
}
</style>
background-color css
<style>
a { background-color: #BA52CC; }
a { background-color: rgb(186,82,204); }
div.DivClassName
{
background-color: #BA52CC;
}
.BgClassName
{
background-color: #BA52CC;
}
</style>
border-color css
<style>
span { border-color: #BA52CC; }
span { border-color: rgb(186,82,204); }
td.TdClassName
{
border-color: #BA52CC;
}
.TagClassName
{
border-color: #BA52CC;
}
</style>