Shades of Medium Orchid #BA35CA
Tints of Medium Orchid #BA35CA
RGB
CMYK
RGB Variations
Color information
#BA35CA (or 0xBA35CA) is known color: Medium Orchid. HEX triplet: BA, 35 and CA. RGB value is (186,53,202). Sum of RGB (Red+Green+Blue) = 186+53+202=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 53 (21.09% from 255 or 12.02% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA35CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA35CA is #45CA35. Grayscale: #6D6D6D. Windows color (decimal): -4573750 or 13252026. OLE color: 13252026.
HSL color Cylindrical-coordinate representation of color #BA35CA: hue angle of 293.56º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA35CA is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 53 | 202 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.21 |
| HSL | 293.56º | 0.58% | 0.5% | - |
| HSV(B) | 293.56º | 0.74% | 0.79% | - |
| XYZ | 32.18 | 17.25 | 57.51 | - |
| YUV | 109.75 | 180.06 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 202 | 0.08 | 0.74 | 0 | 0.21 | 293.56 | 0.58 | 0.5 |
| Hex | BA | 35 | CA | 8 | 4A | 0 | 15 | 126 | 3A | 32 |
| Octal | 272 | 65 | 312 | 10 | 112 | 0 | 25 | 446 | 72 | 62 |
| Binary | 10111010 | 110101 | 11001010 | 1000 | 1001010 | 0 | 10101 | 100100110 | 111010 | 110010 |
Color Harmonies of #BA35CA
Complementary color
Monochromatic Colors of #BA35CA
Black with #BA35CA
Text Example
Text Example
White with #BA35CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA35CA; }
p { color: rgb(186,53,202); }
H1.HeaderClassName
{
color: #BA35CA;
}
.AnyTagClassName
{
color: #BA35CA;
}
</style>
background-color css
<style>
a { background-color: #BA35CA; }
a { background-color: rgb(186,53,202); }
div.DivClassName
{
background-color: #BA35CA;
}
.BgClassName
{
background-color: #BA35CA;
}
</style>
border-color css
<style>
span { border-color: #BA35CA; }
span { border-color: rgb(186,53,202); }
td.TdClassName
{
border-color: #BA35CA;
}
.TagClassName
{
border-color: #BA35CA;
}
</style>