Shades of Dark Orchid #BD2BDE
Tints of Dark Orchid #BD2BDE
RGB
CMYK
RGB Variations
Color information
#BD2BDE (or 0xBD2BDE) is known color: Dark Orchid. HEX triplet: BD, 2B and DE. RGB value is (189,43,222). Sum of RGB (Red+Green+Blue) = 189+43+222=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 43 (17.19% from 255 or 9.47% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD2BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2BDE is #42D421. Grayscale: #6A6A6A. Windows color (decimal): -4379682 or 14560189. OLE color: 14560189.
HSL color Cylindrical-coordinate representation of color #BD2BDE: hue angle of 288.94º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2BDE is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 43 | 222 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.13 |
| HSL | 288.94º | 0.73% | 0.52% | - |
| HSV(B) | 288.94º | 0.81% | 0.87% | - |
| XYZ | 35.03 | 17.82 | 70.7 | - |
| YUV | 107.06 | 192.87 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 43 | 222 | 0.15 | 0.81 | 0 | 0.13 | 288.94 | 0.73 | 0.52 |
| Hex | BD | 2B | DE | F | 51 | 0 | D | 121 | 49 | 34 |
| Octal | 275 | 53 | 336 | 17 | 121 | 0 | 15 | 441 | 111 | 64 |
| Binary | 10111101 | 101011 | 11011110 | 1111 | 1010001 | 0 | 1101 | 100100001 | 1001001 | 110100 |
Color Harmonies of #BD2BDE
Complementary color
Monochromatic Colors of #BD2BDE
Black with #BD2BDE
Text Example
Text Example
White with #BD2BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2BDE; }
p { color: rgb(189,43,222); }
H1.HeaderClassName
{
color: #BD2BDE;
}
.AnyTagClassName
{
color: #BD2BDE;
}
</style>
background-color css
<style>
a { background-color: #BD2BDE; }
a { background-color: rgb(189,43,222); }
div.DivClassName
{
background-color: #BD2BDE;
}
.BgClassName
{
background-color: #BD2BDE;
}
</style>
border-color css
<style>
span { border-color: #BD2BDE; }
span { border-color: rgb(189,43,222); }
td.TdClassName
{
border-color: #BD2BDE;
}
.TagClassName
{
border-color: #BD2BDE;
}
</style>