Shades of Dark Orchid #B829D6
Tints of Dark Orchid #B829D6
RGB
CMYK
RGB Variations
Color information
#B829D6 (or 0xB829D6) is known color: Dark Orchid. HEX triplet: B8, 29 and D6. RGB value is (184,41,214). Sum of RGB (Red+Green+Blue) = 184+41+214=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 214 (83.98% from 255 or 48.75% from 439); Max value from RGB is 214 - color contains mainly: blue. Hex color #B829D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B829D6 is #47D629. Grayscale: #666666. Windows color (decimal): -4707882 or 14035384. OLE color: 14035384.
HSL color Cylindrical-coordinate representation of color #B829D6: hue angle of 289.6º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B829D6 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 41 | 214 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.16 |
| HSL | 289.6º | 0.68% | 0.5% | - |
| HSV(B) | 289.6º | 0.81% | 0.84% | - |
| XYZ | 32.7 | 16.63 | 65.11 | - |
| YUV | 103.48 | 190.38 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 214 | 0.14 | 0.81 | 0 | 0.16 | 289.6 | 0.68 | 0.5 |
| Hex | B8 | 29 | D6 | E | 51 | 0 | 10 | 122 | 44 | 32 |
| Octal | 270 | 51 | 326 | 16 | 121 | 0 | 20 | 442 | 104 | 62 |
| Binary | 10111000 | 101001 | 11010110 | 1110 | 1010001 | 0 | 10000 | 100100010 | 1000100 | 110010 |
Color Harmonies of #B829D6
Complementary color
Monochromatic Colors of #B829D6
Black with #B829D6
Text Example
Text Example
White with #B829D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B829D6; }
p { color: rgb(184,41,214); }
H1.HeaderClassName
{
color: #B829D6;
}
.AnyTagClassName
{
color: #B829D6;
}
</style>
background-color css
<style>
a { background-color: #B829D6; }
a { background-color: rgb(184,41,214); }
div.DivClassName
{
background-color: #B829D6;
}
.BgClassName
{
background-color: #B829D6;
}
</style>
border-color css
<style>
span { border-color: #B829D6; }
span { border-color: rgb(184,41,214); }
td.TdClassName
{
border-color: #B829D6;
}
.TagClassName
{
border-color: #B829D6;
}
</style>