Shades of Dark Orchid #BA2ACB
Tints of Dark Orchid #BA2ACB
RGB
CMYK
RGB Variations
Color information
#BA2ACB (or 0xBA2ACB) is known color: Dark Orchid. HEX triplet: BA, 2A and CB. RGB value is (186,42,203). Sum of RGB (Red+Green+Blue) = 186+42+203=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 42 (16.80% from 255 or 9.74% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA2ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2ACB is #45D534. Grayscale: #666666. Windows color (decimal): -4576565 or 13314746. OLE color: 13314746.
HSL color Cylindrical-coordinate representation of color #BA2ACB: hue angle of 293.66º degrees, saturation: 0.66, 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 #BA2ACB is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 42 | 203 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.20 |
| HSL | 293.66º | 0.66% | 0.48% | - |
| HSV(B) | 293.66º | 0.79% | 0.8% | - |
| XYZ | 31.86 | 16.41 | 57.99 | - |
| YUV | 103.41 | 184.21 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 203 | 0.08 | 0.79 | 0 | 0.20 | 293.66 | 0.66 | 0.48 |
| Hex | BA | 2A | CB | 8 | 4F | 0 | 14 | 126 | 42 | 30 |
| Octal | 272 | 52 | 313 | 10 | 117 | 0 | 24 | 446 | 102 | 60 |
| Binary | 10111010 | 101010 | 11001011 | 1000 | 1001111 | 0 | 10100 | 100100110 | 1000010 | 110000 |
Color Harmonies of #BA2ACB
Complementary color
Monochromatic Colors of #BA2ACB
Black with #BA2ACB
Text Example
Text Example
White with #BA2ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2ACB; }
p { color: rgb(186,42,203); }
H1.HeaderClassName
{
color: #BA2ACB;
}
.AnyTagClassName
{
color: #BA2ACB;
}
</style>
background-color css
<style>
a { background-color: #BA2ACB; }
a { background-color: rgb(186,42,203); }
div.DivClassName
{
background-color: #BA2ACB;
}
.BgClassName
{
background-color: #BA2ACB;
}
</style>
border-color css
<style>
span { border-color: #BA2ACB; }
span { border-color: rgb(186,42,203); }
td.TdClassName
{
border-color: #BA2ACB;
}
.TagClassName
{
border-color: #BA2ACB;
}
</style>