Shades of Medium Orchid #BA33CA
Tints of Medium Orchid #BA33CA
RGB
CMYK
RGB Variations
Color information
#BA33CA (or 0xBA33CA) is known color: Medium Orchid. HEX triplet: BA, 33 and CA. RGB value is (186,51,202). Sum of RGB (Red+Green+Blue) = 186+51+202=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA33CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33CA is #45CC35. Grayscale: #6C6C6C. Windows color (decimal): -4574262 or 13251514. OLE color: 13251514.
HSL color Cylindrical-coordinate representation of color #BA33CA: hue angle of 293.64º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA33CA is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 51 | 202 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.21 |
| HSL | 293.64º | 0.6% | 0.5% | - |
| HSV(B) | 293.64º | 0.75% | 0.79% | - |
| XYZ | 32.09 | 17.07 | 57.48 | - |
| YUV | 108.58 | 180.73 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 202 | 0.08 | 0.75 | 0 | 0.21 | 293.64 | 0.6 | 0.5 |
| Hex | BA | 33 | CA | 8 | 4B | 0 | 15 | 126 | 3C | 32 |
| Octal | 272 | 63 | 312 | 10 | 113 | 0 | 25 | 446 | 74 | 62 |
| Binary | 10111010 | 110011 | 11001010 | 1000 | 1001011 | 0 | 10101 | 100100110 | 111100 | 110010 |
Color Harmonies of #BA33CA
Complementary color
Monochromatic Colors of #BA33CA
Black with #BA33CA
Text Example
Text Example
White with #BA33CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA33CA; }
p { color: rgb(186,51,202); }
H1.HeaderClassName
{
color: #BA33CA;
}
.AnyTagClassName
{
color: #BA33CA;
}
</style>
background-color css
<style>
a { background-color: #BA33CA; }
a { background-color: rgb(186,51,202); }
div.DivClassName
{
background-color: #BA33CA;
}
.BgClassName
{
background-color: #BA33CA;
}
</style>
border-color css
<style>
span { border-color: #BA33CA; }
span { border-color: rgb(186,51,202); }
td.TdClassName
{
border-color: #BA33CA;
}
.TagClassName
{
border-color: #BA33CA;
}
</style>