Shades of Dark Orchid #BD28DD
Tints of Dark Orchid #BD28DD
RGB
CMYK
RGB Variations
Color information
#BD28DD (or 0xBD28DD) is known color: Dark Orchid. HEX triplet: BD, 28 and DD. RGB value is (189,40,221). Sum of RGB (Red+Green+Blue) = 189+40+221=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 40 (16.02% from 255 or 8.89% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD28DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD28DD is #42D722. Grayscale: #686868. Windows color (decimal): -4380451 or 14493885. OLE color: 14493885.
HSL color Cylindrical-coordinate representation of color #BD28DD: hue angle of 289.39º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD28DD is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 40 | 221 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.13 |
| HSL | 289.39º | 0.73% | 0.51% | - |
| HSV(B) | 289.39º | 0.82% | 0.87% | - |
| XYZ | 34.8 | 17.56 | 69.96 | - |
| YUV | 105.19 | 193.36 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 221 | 0.14 | 0.82 | 0 | 0.13 | 289.39 | 0.73 | 0.51 |
| Hex | BD | 28 | DD | E | 52 | 0 | D | 121 | 49 | 33 |
| Octal | 275 | 50 | 335 | 16 | 122 | 0 | 15 | 441 | 111 | 63 |
| Binary | 10111101 | 101000 | 11011101 | 1110 | 1010010 | 0 | 1101 | 100100001 | 1001001 | 110011 |
Color Harmonies of #BD28DD
Complementary color
Monochromatic Colors of #BD28DD
Black with #BD28DD
Text Example
Text Example
White with #BD28DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD28DD; }
p { color: rgb(189,40,221); }
H1.HeaderClassName
{
color: #BD28DD;
}
.AnyTagClassName
{
color: #BD28DD;
}
</style>
background-color css
<style>
a { background-color: #BD28DD; }
a { background-color: rgb(189,40,221); }
div.DivClassName
{
background-color: #BD28DD;
}
.BgClassName
{
background-color: #BD28DD;
}
</style>
border-color css
<style>
span { border-color: #BD28DD; }
span { border-color: rgb(189,40,221); }
td.TdClassName
{
border-color: #BD28DD;
}
.TagClassName
{
border-color: #BD28DD;
}
</style>