Shades of Dark Orchid #BA2DDB
Tints of Dark Orchid #BA2DDB
RGB
CMYK
RGB Variations
Color information
#BA2DDB (or 0xBA2DDB) is known color: Dark Orchid. HEX triplet: BA, 2D and DB. RGB value is (186,45,219). Sum of RGB (Red+Green+Blue) = 186+45+219=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 45 (17.97% from 255 or 10% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA2DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2DDB is #45D224. Grayscale: #6A6A6A. Windows color (decimal): -4575781 or 14364090. OLE color: 14364090.
HSL color Cylindrical-coordinate representation of color #BA2DDB: hue angle of 288.62º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2DDB is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 186 | 45 | 219 | - |
CMYK | 0.15 | 0.79 | 0 | 0.14 |
HSL | 288.62º | 0.71% | 0.52% | - |
HSV(B) | 288.62º | 0.79% | 0.86% | - |
XYZ | 33.97 | 17.43 | 68.59 | - |
YUV | 107 | 191.21 | 184.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 45 | 219 | 0.15 | 0.79 | 0 | 0.14 | 288.62 | 0.71 | 0.52 |
Hex | BA | 2D | DB | F | 4F | 0 | E | 121 | 47 | 34 |
Octal | 272 | 55 | 333 | 17 | 117 | 0 | 16 | 441 | 107 | 64 |
Binary | 10111010 | 101101 | 11011011 | 1111 | 1001111 | 0 | 1110 | 100100001 | 1000111 | 110100 |
Color Harmonies of #BA2DDB
Complementary color
Monochromatic Colors of #BA2DDB
Black with #BA2DDB
Text Example
Text Example
White with #BA2DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2DDB; }
p { color: rgb(186,45,219); }
H1.HeaderClassName
{
color: #BA2DDB;
}
.AnyTagClassName
{
color: #BA2DDB;
}
</style>
background-color css
<style>
a { background-color: #BA2DDB; }
a { background-color: rgb(186,45,219); }
div.DivClassName
{
background-color: #BA2DDB;
}
.BgClassName
{
background-color: #BA2DDB;
}
</style>
border-color css
<style>
span { border-color: #BA2DDB; }
span { border-color: rgb(186,45,219); }
td.TdClassName
{
border-color: #BA2DDB;
}
.TagClassName
{
border-color: #BA2DDB;
}
</style>