Shades of Dark Orchid #B828DE
Tints of Dark Orchid #B828DE
RGB
CMYK
RGB Variations
Color information
#B828DE (or 0xB828DE) is known color: Dark Orchid. HEX triplet: B8, 28 and DE. RGB value is (184,40,222). Sum of RGB (Red+Green+Blue) = 184+40+222=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 40 (16.02% from 255 or 8.97% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #B828DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B828DE is #47D721. Grayscale: #676767. Windows color (decimal): -4708130 or 14559416. OLE color: 14559416.
HSL color Cylindrical-coordinate representation of color #B828DE: hue angle of 287.47º 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 #B828DE is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 40 | 222 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.13 |
| HSL | 287.47º | 0.73% | 0.51% | - |
| HSV(B) | 287.47º | 0.82% | 0.87% | - |
| XYZ | 33.71 | 16.98 | 70.61 | - |
| YUV | 103.8 | 194.71 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 222 | 0.17 | 0.82 | 0 | 0.13 | 287.47 | 0.73 | 0.51 |
| Hex | B8 | 28 | DE | 11 | 52 | 0 | D | 11F | 49 | 33 |
| Octal | 270 | 50 | 336 | 21 | 122 | 0 | 15 | 437 | 111 | 63 |
| Binary | 10111000 | 101000 | 11011110 | 10001 | 1010010 | 0 | 1101 | 100011111 | 1001001 | 110011 |
Color Harmonies of #B828DE
Complementary color
Monochromatic Colors of #B828DE
Black with #B828DE
Text Example
Text Example
White with #B828DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B828DE; }
p { color: rgb(184,40,222); }
H1.HeaderClassName
{
color: #B828DE;
}
.AnyTagClassName
{
color: #B828DE;
}
</style>
background-color css
<style>
a { background-color: #B828DE; }
a { background-color: rgb(184,40,222); }
div.DivClassName
{
background-color: #B828DE;
}
.BgClassName
{
background-color: #B828DE;
}
</style>
border-color css
<style>
span { border-color: #B828DE; }
span { border-color: rgb(184,40,222); }
td.TdClassName
{
border-color: #B828DE;
}
.TagClassName
{
border-color: #B828DE;
}
</style>