Shades of Dark Orchid #BA2BCB
Tints of Dark Orchid #BA2BCB
RGB
CMYK
RGB Variations
Color information
#BA2BCB (or 0xBA2BCB) is known color: Dark Orchid. HEX triplet: BA, 2B and CB. RGB value is (186,43,203). Sum of RGB (Red+Green+Blue) = 186+43+203=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 43 (17.19% from 255 or 9.95% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA2BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2BCB is #45D434. Grayscale: #676767. Windows color (decimal): -4576309 or 13315002. OLE color: 13315002.
HSL color Cylindrical-coordinate representation of color #BA2BCB: hue angle of 293.62º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2BCB is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 43 | 203 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.20 |
| HSL | 293.63º | 0.65% | 0.48% | - |
| HSV(B) | 293.63º | 0.79% | 0.8% | - |
| XYZ | 31.89 | 16.48 | 58 | - |
| YUV | 104 | 183.88 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 203 | 0.08 | 0.79 | 0 | 0.20 | 293.63 | 0.65 | 0.48 |
| Hex | BA | 2B | CB | 8 | 4F | 0 | 14 | 126 | 41 | 30 |
| Octal | 272 | 53 | 313 | 10 | 117 | 0 | 24 | 446 | 101 | 60 |
| Binary | 10111010 | 101011 | 11001011 | 1000 | 1001111 | 0 | 10100 | 100100110 | 1000001 | 110000 |
Color Harmonies of #BA2BCB
Complementary color
Monochromatic Colors of #BA2BCB
Black with #BA2BCB
Text Example
Text Example
White with #BA2BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2BCB; }
p { color: rgb(186,43,203); }
H1.HeaderClassName
{
color: #BA2BCB;
}
.AnyTagClassName
{
color: #BA2BCB;
}
</style>
background-color css
<style>
a { background-color: #BA2BCB; }
a { background-color: rgb(186,43,203); }
div.DivClassName
{
background-color: #BA2BCB;
}
.BgClassName
{
background-color: #BA2BCB;
}
</style>
border-color css
<style>
span { border-color: #BA2BCB; }
span { border-color: rgb(186,43,203); }
td.TdClassName
{
border-color: #BA2BCB;
}
.TagClassName
{
border-color: #BA2BCB;
}
</style>