Shades of Dark Orchid #BA2CC5
Tints of Dark Orchid #BA2CC5
RGB
CMYK
RGB Variations
Color information
#BA2CC5 (or 0xBA2CC5) is known color: Dark Orchid. HEX triplet: BA, 2C and C5. RGB value is (186,44,197). Sum of RGB (Red+Green+Blue) = 186+44+197=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 44 (17.58% from 255 or 10.30% from 427); Blue value is 197 (77.34% from 255 or 46.14% from 427); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA2CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2CC5 is #45D33A. Grayscale: #676767. Windows color (decimal): -4576059 or 12922042. OLE color: 12922042.
HSL color Cylindrical-coordinate representation of color #BA2CC5: hue angle of 295.69º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2CC5 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 44 | 197 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.23 |
| HSL | 295.69º | 0.63% | 0.47% | - |
| HSV(B) | 295.69º | 0.78% | 0.77% | - |
| XYZ | 31.23 | 16.27 | 54.32 | - |
| YUV | 103.9 | 180.54 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 197 | 0.06 | 0.78 | 0 | 0.23 | 295.69 | 0.63 | 0.47 |
| Hex | BA | 2C | C5 | 6 | 4E | 0 | 17 | 128 | 3F | 2F |
| Octal | 272 | 54 | 305 | 6 | 116 | 0 | 27 | 450 | 77 | 57 |
| Binary | 10111010 | 101100 | 11000101 | 110 | 1001110 | 0 | 10111 | 100101000 | 111111 | 101111 |
Color Harmonies of #BA2CC5
Complementary color
Monochromatic Colors of #BA2CC5
Black with #BA2CC5
Text Example
Text Example
White with #BA2CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2CC5; }
p { color: rgb(186,44,197); }
H1.HeaderClassName
{
color: #BA2CC5;
}
.AnyTagClassName
{
color: #BA2CC5;
}
</style>
background-color css
<style>
a { background-color: #BA2CC5; }
a { background-color: rgb(186,44,197); }
div.DivClassName
{
background-color: #BA2CC5;
}
.BgClassName
{
background-color: #BA2CC5;
}
</style>
border-color css
<style>
span { border-color: #BA2CC5; }
span { border-color: rgb(186,44,197); }
td.TdClassName
{
border-color: #BA2CC5;
}
.TagClassName
{
border-color: #BA2CC5;
}
</style>