Shades of Dark Orchid #B829DC
Tints of Dark Orchid #B829DC
RGB
CMYK
RGB Variations
Color information
#B829DC (or 0xB829DC) is known color: Dark Orchid. HEX triplet: B8, 29 and DC. RGB value is (184,41,220). Sum of RGB (Red+Green+Blue) = 184+41+220=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 41 (16.41% from 255 or 9.21% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #B829DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B829DC is #47D623. Grayscale: #676767. Windows color (decimal): -4707876 or 14428600. OLE color: 14428600.
HSL color Cylindrical-coordinate representation of color #B829DC: hue angle of 287.93º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B829DC is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 41 | 220 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.14 |
| HSL | 287.93º | 0.72% | 0.51% | - |
| HSV(B) | 287.93º | 0.81% | 0.86% | - |
| XYZ | 33.48 | 16.94 | 69.22 | - |
| YUV | 104.16 | 193.38 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 220 | 0.16 | 0.81 | 0 | 0.14 | 287.93 | 0.72 | 0.51 |
| Hex | B8 | 29 | DC | 10 | 51 | 0 | E | 120 | 48 | 33 |
| Octal | 270 | 51 | 334 | 20 | 121 | 0 | 16 | 440 | 110 | 63 |
| Binary | 10111000 | 101001 | 11011100 | 10000 | 1010001 | 0 | 1110 | 100100000 | 1001000 | 110011 |
Color Harmonies of #B829DC
Complementary color
Monochromatic Colors of #B829DC
Black with #B829DC
Text Example
Text Example
White with #B829DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B829DC; }
p { color: rgb(184,41,220); }
H1.HeaderClassName
{
color: #B829DC;
}
.AnyTagClassName
{
color: #B829DC;
}
</style>
background-color css
<style>
a { background-color: #B829DC; }
a { background-color: rgb(184,41,220); }
div.DivClassName
{
background-color: #B829DC;
}
.BgClassName
{
background-color: #B829DC;
}
</style>
border-color css
<style>
span { border-color: #B829DC; }
span { border-color: rgb(184,41,220); }
td.TdClassName
{
border-color: #B829DC;
}
.TagClassName
{
border-color: #B829DC;
}
</style>