Shades of Dark Orchid #B828DD
Tints of Dark Orchid #B828DD
RGB
CMYK
RGB Variations
Color information
#B828DD (or 0xB828DD) is known color: Dark Orchid. HEX triplet: B8, 28 and DD. RGB value is (184,40,221). Sum of RGB (Red+Green+Blue) = 184+40+221=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #B828DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B828DD is #47D722. Grayscale: #676767. Windows color (decimal): -4708131 or 14493880. OLE color: 14493880.
HSL color Cylindrical-coordinate representation of color #B828DD: hue angle of 287.73º 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 #B828DD is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 40 | 221 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.13 |
| HSL | 287.73º | 0.73% | 0.51% | - |
| HSV(B) | 287.73º | 0.82% | 0.87% | - |
| XYZ | 33.58 | 16.93 | 69.9 | - |
| YUV | 103.69 | 194.21 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 221 | 0.17 | 0.82 | 0 | 0.13 | 287.73 | 0.73 | 0.51 |
| Hex | B8 | 28 | DD | 11 | 52 | 0 | D | 120 | 49 | 33 |
| Octal | 270 | 50 | 335 | 21 | 122 | 0 | 15 | 440 | 111 | 63 |
| Binary | 10111000 | 101000 | 11011101 | 10001 | 1010010 | 0 | 1101 | 100100000 | 1001001 | 110011 |
Color Harmonies of #B828DD
Complementary color
Monochromatic Colors of #B828DD
Black with #B828DD
Text Example
Text Example
White with #B828DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B828DD; }
p { color: rgb(184,40,221); }
H1.HeaderClassName
{
color: #B828DD;
}
.AnyTagClassName
{
color: #B828DD;
}
</style>
background-color css
<style>
a { background-color: #B828DD; }
a { background-color: rgb(184,40,221); }
div.DivClassName
{
background-color: #B828DD;
}
.BgClassName
{
background-color: #B828DD;
}
</style>
border-color css
<style>
span { border-color: #B828DD; }
span { border-color: rgb(184,40,221); }
td.TdClassName
{
border-color: #B828DD;
}
.TagClassName
{
border-color: #B828DD;
}
</style>