Shades of Dark Orchid #B829D9
Tints of Dark Orchid #B829D9
RGB
CMYK
RGB Variations
Color information
#B829D9 (or 0xB829D9) is known color: Dark Orchid. HEX triplet: B8, 29 and D9. RGB value is (184,41,217). Sum of RGB (Red+Green+Blue) = 184+41+217=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 41 (16.41% from 255 or 9.28% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #B829D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B829D9 is #47D626. Grayscale: #676767. Windows color (decimal): -4707879 or 14231992. OLE color: 14231992.
HSL color Cylindrical-coordinate representation of color #B829D9: hue angle of 288.75º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B829D9 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 41 | 217 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.15 |
| HSL | 288.75º | 0.7% | 0.51% | - |
| HSV(B) | 288.75º | 0.81% | 0.85% | - |
| XYZ | 33.08 | 16.79 | 67.14 | - |
| YUV | 103.82 | 191.88 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 217 | 0.15 | 0.81 | 0 | 0.15 | 288.75 | 0.7 | 0.51 |
| Hex | B8 | 29 | D9 | F | 51 | 0 | F | 121 | 46 | 33 |
| Octal | 270 | 51 | 331 | 17 | 121 | 0 | 17 | 441 | 106 | 63 |
| Binary | 10111000 | 101001 | 11011001 | 1111 | 1010001 | 0 | 1111 | 100100001 | 1000110 | 110011 |
Color Harmonies of #B829D9
Complementary color
Monochromatic Colors of #B829D9
Black with #B829D9
Text Example
Text Example
White with #B829D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B829D9; }
p { color: rgb(184,41,217); }
H1.HeaderClassName
{
color: #B829D9;
}
.AnyTagClassName
{
color: #B829D9;
}
</style>
background-color css
<style>
a { background-color: #B829D9; }
a { background-color: rgb(184,41,217); }
div.DivClassName
{
background-color: #B829D9;
}
.BgClassName
{
background-color: #B829D9;
}
</style>
border-color css
<style>
span { border-color: #B829D9; }
span { border-color: rgb(184,41,217); }
td.TdClassName
{
border-color: #B829D9;
}
.TagClassName
{
border-color: #B829D9;
}
</style>