Shades of Medium Orchid #BA35DD
Tints of Medium Orchid #BA35DD
RGB
CMYK
RGB Variations
Color information
#BA35DD (or 0xBA35DD) is known color: Medium Orchid. HEX triplet: BA, 35 and DD. RGB value is (186,53,221). Sum of RGB (Red+Green+Blue) = 186+53+221=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 53 (21.09% from 255 or 11.52% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA35DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA35DD is #45CA22. Grayscale: #6F6F6F. Windows color (decimal): -4573731 or 14497210. OLE color: 14497210.
HSL color Cylindrical-coordinate representation of color #BA35DD: hue angle of 287.5º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA35DD is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 53 | 221 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.13 |
| HSL | 287.5º | 0.71% | 0.54% | - |
| HSV(B) | 287.5º | 0.76% | 0.87% | - |
| XYZ | 34.57 | 18.21 | 70.1 | - |
| YUV | 111.92 | 189.56 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 221 | 0.16 | 0.76 | 0 | 0.13 | 287.5 | 0.71 | 0.54 |
| Hex | BA | 35 | DD | 10 | 4C | 0 | D | 120 | 47 | 36 |
| Octal | 272 | 65 | 335 | 20 | 114 | 0 | 15 | 440 | 107 | 66 |
| Binary | 10111010 | 110101 | 11011101 | 10000 | 1001100 | 0 | 1101 | 100100000 | 1000111 | 110110 |
Color Harmonies of #BA35DD
Complementary color
Monochromatic Colors of #BA35DD
Black with #BA35DD
Text Example
Text Example
White with #BA35DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA35DD; }
p { color: rgb(186,53,221); }
H1.HeaderClassName
{
color: #BA35DD;
}
.AnyTagClassName
{
color: #BA35DD;
}
</style>
background-color css
<style>
a { background-color: #BA35DD; }
a { background-color: rgb(186,53,221); }
div.DivClassName
{
background-color: #BA35DD;
}
.BgClassName
{
background-color: #BA35DD;
}
</style>
border-color css
<style>
span { border-color: #BA35DD; }
span { border-color: rgb(186,53,221); }
td.TdClassName
{
border-color: #BA35DD;
}
.TagClassName
{
border-color: #BA35DD;
}
</style>