Shades of Dark Orchid #BA23DB
Tints of Dark Orchid #BA23DB
RGB
CMYK
RGB Variations
Color information
#BA23DB (or 0xBA23DB) is known color: Dark Orchid. HEX triplet: BA, 23 and DB. RGB value is (186,35,219). Sum of RGB (Red+Green+Blue) = 186+35+219=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 35 (14.06% from 255 or 7.95% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA23DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA23DB is #45DC24. Grayscale: #646464. Windows color (decimal): -4578341 or 14361530. OLE color: 14361530.
HSL color Cylindrical-coordinate representation of color #BA23DB: hue angle of 289.24º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA23DB is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 35 | 219 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.14 |
| HSL | 289.24º | 0.72% | 0.5% | - |
| HSV(B) | 289.24º | 0.84% | 0.86% | - |
| XYZ | 33.64 | 16.76 | 68.48 | - |
| YUV | 101.13 | 194.53 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 219 | 0.15 | 0.84 | 0 | 0.14 | 289.24 | 0.72 | 0.5 |
| Hex | BA | 23 | DB | F | 54 | 0 | E | 121 | 48 | 32 |
| Octal | 272 | 43 | 333 | 17 | 124 | 0 | 16 | 441 | 110 | 62 |
| Binary | 10111010 | 100011 | 11011011 | 1111 | 1010100 | 0 | 1110 | 100100001 | 1001000 | 110010 |
Color Harmonies of #BA23DB
Complementary color
Monochromatic Colors of #BA23DB
Black with #BA23DB
Text Example
Text Example
White with #BA23DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA23DB; }
p { color: rgb(186,35,219); }
H1.HeaderClassName
{
color: #BA23DB;
}
.AnyTagClassName
{
color: #BA23DB;
}
</style>
background-color css
<style>
a { background-color: #BA23DB; }
a { background-color: rgb(186,35,219); }
div.DivClassName
{
background-color: #BA23DB;
}
.BgClassName
{
background-color: #BA23DB;
}
</style>
border-color css
<style>
span { border-color: #BA23DB; }
span { border-color: rgb(186,35,219); }
td.TdClassName
{
border-color: #BA23DB;
}
.TagClassName
{
border-color: #BA23DB;
}
</style>