Shades of Dark Orchid #BD2ADC
Tints of Dark Orchid #BD2ADC
RGB
CMYK
RGB Variations
Color information
#BD2ADC (or 0xBD2ADC) is known color: Dark Orchid. HEX triplet: BD, 2A and DC. RGB value is (189,42,220). Sum of RGB (Red+Green+Blue) = 189+42+220=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 42 (16.80% from 255 or 9.31% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD2ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2ADC is #42D523. Grayscale: #696969. Windows color (decimal): -4379940 or 14428861. OLE color: 14428861.
HSL color Cylindrical-coordinate representation of color #BD2ADC: hue angle of 289.55º 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 #BD2ADC is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 42 | 220 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.14 |
| HSL | 289.55º | 0.72% | 0.51% | - |
| HSV(B) | 289.55º | 0.81% | 0.86% | - |
| XYZ | 34.73 | 17.64 | 69.28 | - |
| YUV | 106.25 | 192.2 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 220 | 0.14 | 0.81 | 0 | 0.14 | 289.55 | 0.72 | 0.51 |
| Hex | BD | 2A | DC | E | 51 | 0 | E | 122 | 48 | 33 |
| Octal | 275 | 52 | 334 | 16 | 121 | 0 | 16 | 442 | 110 | 63 |
| Binary | 10111101 | 101010 | 11011100 | 1110 | 1010001 | 0 | 1110 | 100100010 | 1001000 | 110011 |
Color Harmonies of #BD2ADC
Complementary color
Monochromatic Colors of #BD2ADC
Black with #BD2ADC
Text Example
Text Example
White with #BD2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2ADC; }
p { color: rgb(189,42,220); }
H1.HeaderClassName
{
color: #BD2ADC;
}
.AnyTagClassName
{
color: #BD2ADC;
}
</style>
background-color css
<style>
a { background-color: #BD2ADC; }
a { background-color: rgb(189,42,220); }
div.DivClassName
{
background-color: #BD2ADC;
}
.BgClassName
{
background-color: #BD2ADC;
}
</style>
border-color css
<style>
span { border-color: #BD2ADC; }
span { border-color: rgb(189,42,220); }
td.TdClassName
{
border-color: #BD2ADC;
}
.TagClassName
{
border-color: #BD2ADC;
}
</style>