Shades of Dark Orchid #BD2DCD
Tints of Dark Orchid #BD2DCD
RGB
CMYK
RGB Variations
Color information
#BD2DCD (or 0xBD2DCD) is known color: Dark Orchid. HEX triplet: BD, 2D and CD. RGB value is (189,45,205). Sum of RGB (Red+Green+Blue) = 189+45+205=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 45 (17.97% from 255 or 10.25% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD2DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2DCD is #42D232. Grayscale: #696969. Windows color (decimal): -4379187 or 13446589. OLE color: 13446589.
HSL color Cylindrical-coordinate representation of color #BD2DCD: hue angle of 294º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2DCD is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 45 | 205 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.20 |
| HSL | 294º | 0.64% | 0.49% | - |
| HSV(B) | 294º | 0.78% | 0.8% | - |
| XYZ | 32.94 | 17.1 | 59.32 | - |
| YUV | 106.3 | 183.71 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 205 | 0.08 | 0.78 | 0 | 0.20 | 294 | 0.64 | 0.49 |
| Hex | BD | 2D | CD | 8 | 4E | 0 | 14 | 126 | 40 | 31 |
| Octal | 275 | 55 | 315 | 10 | 116 | 0 | 24 | 446 | 100 | 61 |
| Binary | 10111101 | 101101 | 11001101 | 1000 | 1001110 | 0 | 10100 | 100100110 | 1000000 | 110001 |
Color Harmonies of #BD2DCD
Complementary color
Monochromatic Colors of #BD2DCD
Black with #BD2DCD
Text Example
Text Example
White with #BD2DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2DCD; }
p { color: rgb(189,45,205); }
H1.HeaderClassName
{
color: #BD2DCD;
}
.AnyTagClassName
{
color: #BD2DCD;
}
</style>
background-color css
<style>
a { background-color: #BD2DCD; }
a { background-color: rgb(189,45,205); }
div.DivClassName
{
background-color: #BD2DCD;
}
.BgClassName
{
background-color: #BD2DCD;
}
</style>
border-color css
<style>
span { border-color: #BD2DCD; }
span { border-color: rgb(189,45,205); }
td.TdClassName
{
border-color: #BD2DCD;
}
.TagClassName
{
border-color: #BD2DCD;
}
</style>