Shades of Dark Orchid #BA2AC8
Tints of Dark Orchid #BA2AC8
RGB
CMYK
RGB Variations
Color information
#BA2AC8 (or 0xBA2AC8) is known color: Dark Orchid. HEX triplet: BA, 2A and C8. RGB value is (186,42,200). Sum of RGB (Red+Green+Blue) = 186+42+200=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 42 (16.80% from 255 or 9.81% from 428); Blue value is 200 (78.52% from 255 or 46.73% from 428); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA2AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2AC8 is #45D537. Grayscale: #666666. Windows color (decimal): -4576568 or 13118138. OLE color: 13118138.
HSL color Cylindrical-coordinate representation of color #BA2AC8: hue angle of 294.68º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2AC8 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 42 | 200 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.22 |
| HSL | 294.68º | 0.65% | 0.47% | - |
| HSV(B) | 294.68º | 0.79% | 0.78% | - |
| XYZ | 31.5 | 16.27 | 56.12 | - |
| YUV | 103.07 | 182.71 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 200 | 0.07 | 0.79 | 0 | 0.22 | 294.68 | 0.65 | 0.47 |
| Hex | BA | 2A | C8 | 7 | 4F | 0 | 16 | 127 | 41 | 2F |
| Octal | 272 | 52 | 310 | 7 | 117 | 0 | 26 | 447 | 101 | 57 |
| Binary | 10111010 | 101010 | 11001000 | 111 | 1001111 | 0 | 10110 | 100100111 | 1000001 | 101111 |
Color Harmonies of #BA2AC8
Complementary color
Monochromatic Colors of #BA2AC8
Black with #BA2AC8
Text Example
Text Example
White with #BA2AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2AC8; }
p { color: rgb(186,42,200); }
H1.HeaderClassName
{
color: #BA2AC8;
}
.AnyTagClassName
{
color: #BA2AC8;
}
</style>
background-color css
<style>
a { background-color: #BA2AC8; }
a { background-color: rgb(186,42,200); }
div.DivClassName
{
background-color: #BA2AC8;
}
.BgClassName
{
background-color: #BA2AC8;
}
</style>
border-color css
<style>
span { border-color: #BA2AC8; }
span { border-color: rgb(186,42,200); }
td.TdClassName
{
border-color: #BA2AC8;
}
.TagClassName
{
border-color: #BA2AC8;
}
</style>