Shades of Dark Orchid #BA2BCA
Tints of Dark Orchid #BA2BCA
RGB
CMYK
RGB Variations
Color information
#BA2BCA (or 0xBA2BCA) is known color: Dark Orchid. HEX triplet: BA, 2B and CA. RGB value is (186,43,202). Sum of RGB (Red+Green+Blue) = 186+43+202=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 43 (17.19% from 255 or 9.98% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA2BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2BCA is #45D435. Grayscale: #676767. Windows color (decimal): -4576310 or 13249466. OLE color: 13249466.
HSL color Cylindrical-coordinate representation of color #BA2BCA: hue angle of 293.96º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2BCA is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 43 | 202 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.21 |
| HSL | 293.96º | 0.65% | 0.48% | - |
| HSV(B) | 293.96º | 0.79% | 0.79% | - |
| XYZ | 31.77 | 16.43 | 57.37 | - |
| YUV | 103.88 | 183.38 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 202 | 0.08 | 0.79 | 0 | 0.21 | 293.96 | 0.65 | 0.48 |
| Hex | BA | 2B | CA | 8 | 4F | 0 | 15 | 126 | 41 | 30 |
| Octal | 272 | 53 | 312 | 10 | 117 | 0 | 25 | 446 | 101 | 60 |
| Binary | 10111010 | 101011 | 11001010 | 1000 | 1001111 | 0 | 10101 | 100100110 | 1000001 | 110000 |
Color Harmonies of #BA2BCA
Complementary color
Monochromatic Colors of #BA2BCA
Black with #BA2BCA
Text Example
Text Example
White with #BA2BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2BCA; }
p { color: rgb(186,43,202); }
H1.HeaderClassName
{
color: #BA2BCA;
}
.AnyTagClassName
{
color: #BA2BCA;
}
</style>
background-color css
<style>
a { background-color: #BA2BCA; }
a { background-color: rgb(186,43,202); }
div.DivClassName
{
background-color: #BA2BCA;
}
.BgClassName
{
background-color: #BA2BCA;
}
</style>
border-color css
<style>
span { border-color: #BA2BCA; }
span { border-color: rgb(186,43,202); }
td.TdClassName
{
border-color: #BA2BCA;
}
.TagClassName
{
border-color: #BA2BCA;
}
</style>