Shades of Dark Orchid #BD2ACD
Tints of Dark Orchid #BD2ACD
RGB
CMYK
RGB Variations
Color information
#BD2ACD (or 0xBD2ACD) is known color: Dark Orchid. HEX triplet: BD, 2A and CD. RGB value is (189,42,205). Sum of RGB (Red+Green+Blue) = 189+42+205=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 42 (16.80% from 255 or 9.63% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD2ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2ACD is #42D532. Grayscale: #686868. Windows color (decimal): -4379955 or 13445821. OLE color: 13445821.
HSL color Cylindrical-coordinate representation of color #BD2ACD: hue angle of 294.11º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2ACD is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 42 | 205 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.20 |
| HSL | 294.11º | 0.66% | 0.48% | - |
| HSV(B) | 294.11º | 0.8% | 0.8% | - |
| XYZ | 32.83 | 16.88 | 59.29 | - |
| YUV | 104.54 | 184.7 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 205 | 0.08 | 0.80 | 0 | 0.20 | 294.11 | 0.66 | 0.48 |
| Hex | BD | 2A | CD | 8 | 50 | 0 | 14 | 126 | 42 | 30 |
| Octal | 275 | 52 | 315 | 10 | 120 | 0 | 24 | 446 | 102 | 60 |
| Binary | 10111101 | 101010 | 11001101 | 1000 | 1010000 | 0 | 10100 | 100100110 | 1000010 | 110000 |
Color Harmonies of #BD2ACD
Complementary color
Monochromatic Colors of #BD2ACD
Black with #BD2ACD
Text Example
Text Example
White with #BD2ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2ACD; }
p { color: rgb(189,42,205); }
H1.HeaderClassName
{
color: #BD2ACD;
}
.AnyTagClassName
{
color: #BD2ACD;
}
</style>
background-color css
<style>
a { background-color: #BD2ACD; }
a { background-color: rgb(189,42,205); }
div.DivClassName
{
background-color: #BD2ACD;
}
.BgClassName
{
background-color: #BD2ACD;
}
</style>
border-color css
<style>
span { border-color: #BD2ACD; }
span { border-color: rgb(189,42,205); }
td.TdClassName
{
border-color: #BD2ACD;
}
.TagClassName
{
border-color: #BD2ACD;
}
</style>