Shades of Dark Orchid #BD29DC
Tints of Dark Orchid #BD29DC
RGB
CMYK
RGB Variations
Color information
#BD29DC (or 0xBD29DC) is known color: Dark Orchid. HEX triplet: BD, 29 and DC. RGB value is (189,41,220). Sum of RGB (Red+Green+Blue) = 189+41+220=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 41 (16.41% from 255 or 9.11% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD29DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD29DC is #42D623. Grayscale: #696969. Windows color (decimal): -4380196 or 14428605. OLE color: 14428605.
HSL color Cylindrical-coordinate representation of color #BD29DC: hue angle of 289.61º degrees, saturation: 0.72, 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 #BD29DC is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 41 | 220 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.14 |
| HSL | 289.61º | 0.72% | 0.51% | - |
| HSV(B) | 289.61º | 0.81% | 0.86% | - |
| XYZ | 34.7 | 17.57 | 69.27 | - |
| YUV | 105.66 | 192.53 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 220 | 0.14 | 0.81 | 0 | 0.14 | 289.61 | 0.72 | 0.51 |
| Hex | BD | 29 | DC | E | 51 | 0 | E | 122 | 48 | 33 |
| Octal | 275 | 51 | 334 | 16 | 121 | 0 | 16 | 442 | 110 | 63 |
| Binary | 10111101 | 101001 | 11011100 | 1110 | 1010001 | 0 | 1110 | 100100010 | 1001000 | 110011 |
Color Harmonies of #BD29DC
Complementary color
Monochromatic Colors of #BD29DC
Black with #BD29DC
Text Example
Text Example
White with #BD29DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD29DC; }
p { color: rgb(189,41,220); }
H1.HeaderClassName
{
color: #BD29DC;
}
.AnyTagClassName
{
color: #BD29DC;
}
</style>
background-color css
<style>
a { background-color: #BD29DC; }
a { background-color: rgb(189,41,220); }
div.DivClassName
{
background-color: #BD29DC;
}
.BgClassName
{
background-color: #BD29DC;
}
</style>
border-color css
<style>
span { border-color: #BD29DC; }
span { border-color: rgb(189,41,220); }
td.TdClassName
{
border-color: #BD29DC;
}
.TagClassName
{
border-color: #BD29DC;
}
</style>