Shades of Dark Orchid #BA2DC8
Tints of Dark Orchid #BA2DC8
RGB
CMYK
RGB Variations
Color information
#BA2DC8 (or 0xBA2DC8) is known color: Dark Orchid. HEX triplet: BA, 2D and C8. RGB value is (186,45,200). Sum of RGB (Red+Green+Blue) = 186+45+200=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 200 (78.52% from 255 or 46.40% from 431); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA2DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2DC8 is #45D237. Grayscale: #686868. Windows color (decimal): -4575800 or 13118906. OLE color: 13118906.
HSL color Cylindrical-coordinate representation of color #BA2DC8: hue angle of 294.58º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2DC8 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 45 | 200 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.22 |
| HSL | 294.58º | 0.63% | 0.48% | - |
| HSV(B) | 294.58º | 0.78% | 0.78% | - |
| XYZ | 31.61 | 16.49 | 56.16 | - |
| YUV | 104.83 | 181.71 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 200 | 0.07 | 0.78 | 0 | 0.22 | 294.58 | 0.63 | 0.48 |
| Hex | BA | 2D | C8 | 7 | 4E | 0 | 16 | 127 | 3F | 30 |
| Octal | 272 | 55 | 310 | 7 | 116 | 0 | 26 | 447 | 77 | 60 |
| Binary | 10111010 | 101101 | 11001000 | 111 | 1001110 | 0 | 10110 | 100100111 | 111111 | 110000 |
Color Harmonies of #BA2DC8
Complementary color
Monochromatic Colors of #BA2DC8
Black with #BA2DC8
Text Example
Text Example
White with #BA2DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2DC8; }
p { color: rgb(186,45,200); }
H1.HeaderClassName
{
color: #BA2DC8;
}
.AnyTagClassName
{
color: #BA2DC8;
}
</style>
background-color css
<style>
a { background-color: #BA2DC8; }
a { background-color: rgb(186,45,200); }
div.DivClassName
{
background-color: #BA2DC8;
}
.BgClassName
{
background-color: #BA2DC8;
}
</style>
border-color css
<style>
span { border-color: #BA2DC8; }
span { border-color: rgb(186,45,200); }
td.TdClassName
{
border-color: #BA2DC8;
}
.TagClassName
{
border-color: #BA2DC8;
}
</style>