Shades of Dark Orchid #BD2ADD
Tints of Dark Orchid #BD2ADD
RGB
CMYK
RGB Variations
Color information
#BD2ADD (or 0xBD2ADD) is known color: Dark Orchid. HEX triplet: BD, 2A and DD. RGB value is (189,42,221). Sum of RGB (Red+Green+Blue) = 189+42+221=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 42 (16.80% from 255 or 9.29% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD2ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2ADD is #42D522. Grayscale: #696969. Windows color (decimal): -4379939 or 14494397. OLE color: 14494397.
HSL color Cylindrical-coordinate representation of color #BD2ADD: hue angle of 289.27º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2ADD is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 42 | 221 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.13 |
| HSL | 289.27º | 0.72% | 0.52% | - |
| HSV(B) | 289.27º | 0.81% | 0.87% | - |
| XYZ | 34.87 | 17.7 | 69.98 | - |
| YUV | 106.36 | 192.7 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 221 | 0.14 | 0.81 | 0 | 0.13 | 289.27 | 0.72 | 0.52 |
| Hex | BD | 2A | DD | E | 51 | 0 | D | 121 | 48 | 34 |
| Octal | 275 | 52 | 335 | 16 | 121 | 0 | 15 | 441 | 110 | 64 |
| Binary | 10111101 | 101010 | 11011101 | 1110 | 1010001 | 0 | 1101 | 100100001 | 1001000 | 110100 |
Color Harmonies of #BD2ADD
Complementary color
Monochromatic Colors of #BD2ADD
Black with #BD2ADD
Text Example
Text Example
White with #BD2ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2ADD; }
p { color: rgb(189,42,221); }
H1.HeaderClassName
{
color: #BD2ADD;
}
.AnyTagClassName
{
color: #BD2ADD;
}
</style>
background-color css
<style>
a { background-color: #BD2ADD; }
a { background-color: rgb(189,42,221); }
div.DivClassName
{
background-color: #BD2ADD;
}
.BgClassName
{
background-color: #BD2ADD;
}
</style>
border-color css
<style>
span { border-color: #BD2ADD; }
span { border-color: rgb(189,42,221); }
td.TdClassName
{
border-color: #BD2ADD;
}
.TagClassName
{
border-color: #BD2ADD;
}
</style>