Shades of Dark Orchid #BD28E2
Tints of Dark Orchid #BD28E2
RGB
CMYK
RGB Variations
Color information
#BD28E2 (or 0xBD28E2) is known color: Dark Orchid. HEX triplet: BD, 28 and E2. RGB value is (189,40,226). Sum of RGB (Red+Green+Blue) = 189+40+226=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 226 (88.67% from 255 or 49.67% from 455); Max value from RGB is 226 - color contains mainly: blue. Hex color #BD28E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD28E2 is #42D71D. Grayscale: #696969. Windows color (decimal): -4380446 or 14821565. OLE color: 14821565.
HSL color Cylindrical-coordinate representation of color #BD28E2: hue angle of 288.06º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD28E2 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 40 | 226 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.11 |
| HSL | 288.06º | 0.76% | 0.52% | - |
| HSV(B) | 288.06º | 0.82% | 0.89% | - |
| XYZ | 35.47 | 17.83 | 73.52 | - |
| YUV | 105.76 | 195.86 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 226 | 0.16 | 0.82 | 0 | 0.11 | 288.06 | 0.76 | 0.52 |
| Hex | BD | 28 | E2 | 10 | 52 | 0 | B | 120 | 4C | 34 |
| Octal | 275 | 50 | 342 | 20 | 122 | 0 | 13 | 440 | 114 | 64 |
| Binary | 10111101 | 101000 | 11100010 | 10000 | 1010010 | 0 | 1011 | 100100000 | 1001100 | 110100 |
Color Harmonies of #BD28E2
Complementary color
Monochromatic Colors of #BD28E2
Black with #BD28E2
Text Example
Text Example
White with #BD28E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD28E2; }
p { color: rgb(189,40,226); }
H1.HeaderClassName
{
color: #BD28E2;
}
.AnyTagClassName
{
color: #BD28E2;
}
</style>
background-color css
<style>
a { background-color: #BD28E2; }
a { background-color: rgb(189,40,226); }
div.DivClassName
{
background-color: #BD28E2;
}
.BgClassName
{
background-color: #BD28E2;
}
</style>
border-color css
<style>
span { border-color: #BD28E2; }
span { border-color: rgb(189,40,226); }
td.TdClassName
{
border-color: #BD28E2;
}
.TagClassName
{
border-color: #BD28E2;
}
</style>