Shades of Dark Orchid #BD28DE
Tints of Dark Orchid #BD28DE
RGB
CMYK
RGB Variations
Color information
#BD28DE (or 0xBD28DE) is known color: Dark Orchid. HEX triplet: BD, 28 and DE. RGB value is (189,40,222). Sum of RGB (Red+Green+Blue) = 189+40+222=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD28DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD28DE is #42D721. Grayscale: #686868. Windows color (decimal): -4380450 or 14559421. OLE color: 14559421.
HSL color Cylindrical-coordinate representation of color #BD28DE: hue angle of 289.12º 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 #BD28DE is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 40 | 222 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.13 |
| HSL | 289.12º | 0.73% | 0.51% | - |
| HSV(B) | 289.12º | 0.82% | 0.87% | - |
| XYZ | 34.93 | 17.61 | 70.67 | - |
| YUV | 105.3 | 193.86 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 222 | 0.15 | 0.82 | 0 | 0.13 | 289.12 | 0.73 | 0.51 |
| Hex | BD | 28 | DE | F | 52 | 0 | D | 121 | 49 | 33 |
| Octal | 275 | 50 | 336 | 17 | 122 | 0 | 15 | 441 | 111 | 63 |
| Binary | 10111101 | 101000 | 11011110 | 1111 | 1010010 | 0 | 1101 | 100100001 | 1001001 | 110011 |
Color Harmonies of #BD28DE
Complementary color
Monochromatic Colors of #BD28DE
Black with #BD28DE
Text Example
Text Example
White with #BD28DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD28DE; }
p { color: rgb(189,40,222); }
H1.HeaderClassName
{
color: #BD28DE;
}
.AnyTagClassName
{
color: #BD28DE;
}
</style>
background-color css
<style>
a { background-color: #BD28DE; }
a { background-color: rgb(189,40,222); }
div.DivClassName
{
background-color: #BD28DE;
}
.BgClassName
{
background-color: #BD28DE;
}
</style>
border-color css
<style>
span { border-color: #BD28DE; }
span { border-color: rgb(189,40,222); }
td.TdClassName
{
border-color: #BD28DE;
}
.TagClassName
{
border-color: #BD28DE;
}
</style>