Shades of Dark Orchid #BA26DC
Tints of Dark Orchid #BA26DC
RGB
CMYK
RGB Variations
Color information
#BA26DC (or 0xBA26DC) is known color: Dark Orchid. HEX triplet: BA, 26 and DC. RGB value is (186,38,220). Sum of RGB (Red+Green+Blue) = 186+38+220=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 38 (15.23% from 255 or 8.56% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA26DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA26DC is #45D923. Grayscale: #666666. Windows color (decimal): -4577572 or 14427834. OLE color: 14427834.
HSL color Cylindrical-coordinate representation of color #BA26DC: hue angle of 288.79º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA26DC is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 38 | 220 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.14 |
| HSL | 288.79º | 0.72% | 0.51% | - |
| HSV(B) | 288.79º | 0.83% | 0.86% | - |
| XYZ | 33.86 | 16.99 | 69.21 | - |
| YUV | 103 | 194.03 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 220 | 0.15 | 0.83 | 0 | 0.14 | 288.79 | 0.72 | 0.51 |
| Hex | BA | 26 | DC | F | 53 | 0 | E | 121 | 48 | 33 |
| Octal | 272 | 46 | 334 | 17 | 123 | 0 | 16 | 441 | 110 | 63 |
| Binary | 10111010 | 100110 | 11011100 | 1111 | 1010011 | 0 | 1110 | 100100001 | 1001000 | 110011 |
Color Harmonies of #BA26DC
Complementary color
Monochromatic Colors of #BA26DC
Black with #BA26DC
Text Example
Text Example
White with #BA26DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA26DC; }
p { color: rgb(186,38,220); }
H1.HeaderClassName
{
color: #BA26DC;
}
.AnyTagClassName
{
color: #BA26DC;
}
</style>
background-color css
<style>
a { background-color: #BA26DC; }
a { background-color: rgb(186,38,220); }
div.DivClassName
{
background-color: #BA26DC;
}
.BgClassName
{
background-color: #BA26DC;
}
</style>
border-color css
<style>
span { border-color: #BA26DC; }
span { border-color: rgb(186,38,220); }
td.TdClassName
{
border-color: #BA26DC;
}
.TagClassName
{
border-color: #BA26DC;
}
</style>