Shades of Dark Orchid #BA27DC
Tints of Dark Orchid #BA27DC
RGB
CMYK
RGB Variations
Color information
#BA27DC (or 0xBA27DC) is known color: Dark Orchid. HEX triplet: BA, 27 and DC. RGB value is (186,39,220). Sum of RGB (Red+Green+Blue) = 186+39+220=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 39 (15.62% from 255 or 8.76% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA27DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA27DC is #45D823. Grayscale: #676767. Windows color (decimal): -4577316 or 14428090. OLE color: 14428090.
HSL color Cylindrical-coordinate representation of color #BA27DC: hue angle of 288.73º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA27DC is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 39 | 220 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.14 |
| HSL | 288.73º | 0.72% | 0.51% | - |
| HSV(B) | 288.73º | 0.82% | 0.86% | - |
| XYZ | 33.89 | 17.06 | 69.22 | - |
| YUV | 103.59 | 193.7 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 220 | 0.15 | 0.82 | 0 | 0.14 | 288.73 | 0.72 | 0.51 |
| Hex | BA | 27 | DC | F | 52 | 0 | E | 121 | 48 | 33 |
| Octal | 272 | 47 | 334 | 17 | 122 | 0 | 16 | 441 | 110 | 63 |
| Binary | 10111010 | 100111 | 11011100 | 1111 | 1010010 | 0 | 1110 | 100100001 | 1001000 | 110011 |
Color Harmonies of #BA27DC
Complementary color
Monochromatic Colors of #BA27DC
Black with #BA27DC
Text Example
Text Example
White with #BA27DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA27DC; }
p { color: rgb(186,39,220); }
H1.HeaderClassName
{
color: #BA27DC;
}
.AnyTagClassName
{
color: #BA27DC;
}
</style>
background-color css
<style>
a { background-color: #BA27DC; }
a { background-color: rgb(186,39,220); }
div.DivClassName
{
background-color: #BA27DC;
}
.BgClassName
{
background-color: #BA27DC;
}
</style>
border-color css
<style>
span { border-color: #BA27DC; }
span { border-color: rgb(186,39,220); }
td.TdClassName
{
border-color: #BA27DC;
}
.TagClassName
{
border-color: #BA27DC;
}
</style>