Shades of Dark Orchid #BD2ADB
Tints of Dark Orchid #BD2ADB
RGB
CMYK
RGB Variations
Color information
#BD2ADB (or 0xBD2ADB) is known color: Dark Orchid. HEX triplet: BD, 2A and DB. RGB value is (189,42,219). Sum of RGB (Red+Green+Blue) = 189+42+219=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 42 (16.80% from 255 or 9.33% 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 #BD2ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2ADB is #42D524. Grayscale: #696969. Windows color (decimal): -4379941 or 14363325. OLE color: 14363325.
HSL color Cylindrical-coordinate representation of color #BD2ADB: hue angle of 289.83º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2ADB is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 42 | 219 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.14 |
| HSL | 289.83º | 0.71% | 0.51% | - |
| HSV(B) | 289.83º | 0.81% | 0.86% | - |
| XYZ | 34.6 | 17.59 | 68.59 | - |
| YUV | 106.13 | 191.7 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 219 | 0.14 | 0.81 | 0 | 0.14 | 289.83 | 0.71 | 0.51 |
| Hex | BD | 2A | DB | E | 51 | 0 | E | 122 | 47 | 33 |
| Octal | 275 | 52 | 333 | 16 | 121 | 0 | 16 | 442 | 107 | 63 |
| Binary | 10111101 | 101010 | 11011011 | 1110 | 1010001 | 0 | 1110 | 100100010 | 1000111 | 110011 |
Color Harmonies of #BD2ADB
Complementary color
Monochromatic Colors of #BD2ADB
Black with #BD2ADB
Text Example
Text Example
White with #BD2ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2ADB; }
p { color: rgb(189,42,219); }
H1.HeaderClassName
{
color: #BD2ADB;
}
.AnyTagClassName
{
color: #BD2ADB;
}
</style>
background-color css
<style>
a { background-color: #BD2ADB; }
a { background-color: rgb(189,42,219); }
div.DivClassName
{
background-color: #BD2ADB;
}
.BgClassName
{
background-color: #BD2ADB;
}
</style>
border-color css
<style>
span { border-color: #BD2ADB; }
span { border-color: rgb(189,42,219); }
td.TdClassName
{
border-color: #BD2ADB;
}
.TagClassName
{
border-color: #BD2ADB;
}
</style>