Shades of Dark Orchid #BD2CDE
Tints of Dark Orchid #BD2CDE
RGB
CMYK
RGB Variations
Color information
#BD2CDE (or 0xBD2CDE) is known color: Dark Orchid. HEX triplet: BD, 2C and DE. RGB value is (189,44,222). Sum of RGB (Red+Green+Blue) = 189+44+222=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 44 (17.58% from 255 or 9.67% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD2CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2CDE is #42D321. Grayscale: #6B6B6B. Windows color (decimal): -4379426 or 14560445. OLE color: 14560445.
HSL color Cylindrical-coordinate representation of color #BD2CDE: hue angle of 288.88º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2CDE is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 44 | 222 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.13 |
| HSL | 288.88º | 0.73% | 0.52% | - |
| HSV(B) | 288.88º | 0.8% | 0.87% | - |
| XYZ | 35.07 | 17.89 | 70.71 | - |
| YUV | 107.65 | 192.54 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 222 | 0.15 | 0.80 | 0 | 0.13 | 288.88 | 0.73 | 0.52 |
| Hex | BD | 2C | DE | F | 50 | 0 | D | 121 | 49 | 34 |
| Octal | 275 | 54 | 336 | 17 | 120 | 0 | 15 | 441 | 111 | 64 |
| Binary | 10111101 | 101100 | 11011110 | 1111 | 1010000 | 0 | 1101 | 100100001 | 1001001 | 110100 |
Color Harmonies of #BD2CDE
Complementary color
Monochromatic Colors of #BD2CDE
Black with #BD2CDE
Text Example
Text Example
White with #BD2CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2CDE; }
p { color: rgb(189,44,222); }
H1.HeaderClassName
{
color: #BD2CDE;
}
.AnyTagClassName
{
color: #BD2CDE;
}
</style>
background-color css
<style>
a { background-color: #BD2CDE; }
a { background-color: rgb(189,44,222); }
div.DivClassName
{
background-color: #BD2CDE;
}
.BgClassName
{
background-color: #BD2CDE;
}
</style>
border-color css
<style>
span { border-color: #BD2CDE; }
span { border-color: rgb(189,44,222); }
td.TdClassName
{
border-color: #BD2CDE;
}
.TagClassName
{
border-color: #BD2CDE;
}
</style>