Shades of Dark Orchid #BA2BC8
Tints of Dark Orchid #BA2BC8
RGB
CMYK
RGB Variations
Color information
#BA2BC8 (or 0xBA2BC8) is known color: Dark Orchid. HEX triplet: BA, 2B and C8. RGB value is (186,43,200). Sum of RGB (Red+Green+Blue) = 186+43+200=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 200 (78.52% from 255 or 46.62% from 429); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA2BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2BC8 is #45D437. Grayscale: #676767. Windows color (decimal): -4576312 or 13118394. OLE color: 13118394.
HSL color Cylindrical-coordinate representation of color #BA2BC8: hue angle of 294.65º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2BC8 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 43 | 200 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.22 |
| HSL | 294.65º | 0.65% | 0.48% | - |
| HSV(B) | 294.65º | 0.79% | 0.78% | - |
| XYZ | 31.54 | 16.34 | 56.13 | - |
| YUV | 103.66 | 182.38 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 200 | 0.07 | 0.78 | 0 | 0.22 | 294.65 | 0.65 | 0.48 |
| Hex | BA | 2B | C8 | 7 | 4E | 0 | 16 | 127 | 41 | 30 |
| Octal | 272 | 53 | 310 | 7 | 116 | 0 | 26 | 447 | 101 | 60 |
| Binary | 10111010 | 101011 | 11001000 | 111 | 1001110 | 0 | 10110 | 100100111 | 1000001 | 110000 |
Color Harmonies of #BA2BC8
Complementary color
Monochromatic Colors of #BA2BC8
Black with #BA2BC8
Text Example
Text Example
White with #BA2BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2BC8; }
p { color: rgb(186,43,200); }
H1.HeaderClassName
{
color: #BA2BC8;
}
.AnyTagClassName
{
color: #BA2BC8;
}
</style>
background-color css
<style>
a { background-color: #BA2BC8; }
a { background-color: rgb(186,43,200); }
div.DivClassName
{
background-color: #BA2BC8;
}
.BgClassName
{
background-color: #BA2BC8;
}
</style>
border-color css
<style>
span { border-color: #BA2BC8; }
span { border-color: rgb(186,43,200); }
td.TdClassName
{
border-color: #BA2BC8;
}
.TagClassName
{
border-color: #BA2BC8;
}
</style>