Shades of Medium Orchid #BA40CC
Tints of Medium Orchid #BA40CC
RGB
CMYK
RGB Variations
Color information
#BA40CC (or 0xBA40CC) is known color: Medium Orchid. HEX triplet: BA, 40 and CC. RGB value is (186,64,204). Sum of RGB (Red+Green+Blue) = 186+64+204=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA40CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40CC is #45BF33. Grayscale: #747474. Windows color (decimal): -4570932 or 13385914. OLE color: 13385914.
HSL color Cylindrical-coordinate representation of color #BA40CC: hue angle of 292.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA40CC is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 64 | 204 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.2 |
| HSL | 292.29º | 0.58% | 0.53% | - |
| HSV(B) | 292.29º | 0.69% | 0.8% | - |
| XYZ | 32.98 | 18.47 | 58.95 | - |
| YUV | 116.44 | 177.42 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 204 | 0.09 | 0.69 | 0 | 0.2 | 292.29 | 0.58 | 0.53 |
| Hex | BA | 40 | CC | 9 | 45 | 0 | 14 | 124 | 3A | 35 |
| Octal | 272 | 100 | 314 | 11 | 105 | 0 | 24 | 444 | 72 | 65 |
| Binary | 10111010 | 1000000 | 11001100 | 1001 | 1000101 | 0 | 10100 | 100100100 | 111010 | 110101 |
Color Harmonies of #BA40CC
Complementary color
Monochromatic Colors of #BA40CC
Black with #BA40CC
Text Example
Text Example
White with #BA40CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA40CC; }
p { color: rgb(186,64,204); }
H1.HeaderClassName
{
color: #BA40CC;
}
.AnyTagClassName
{
color: #BA40CC;
}
</style>
background-color css
<style>
a { background-color: #BA40CC; }
a { background-color: rgb(186,64,204); }
div.DivClassName
{
background-color: #BA40CC;
}
.BgClassName
{
background-color: #BA40CC;
}
</style>
border-color css
<style>
span { border-color: #BA40CC; }
span { border-color: rgb(186,64,204); }
td.TdClassName
{
border-color: #BA40CC;
}
.TagClassName
{
border-color: #BA40CC;
}
</style>