Shades of Dark Orchid #B329D8
Tints of Dark Orchid #B329D8
RGB
CMYK
RGB Variations
Color information
#B329D8 (or 0xB329D8) is known color: Dark Orchid. HEX triplet: B3, 29 and D8. RGB value is (179,41,216). Sum of RGB (Red+Green+Blue) = 179+41+216=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 216 (84.77% from 255 or 49.54% from 436); Max value from RGB is 216 - color contains mainly: blue. Hex color #B329D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B329D8 is #4CD627. Grayscale: #656565. Windows color (decimal): -5035560 or 14166451. OLE color: 14166451.
HSL color Cylindrical-coordinate representation of color #B329D8: hue angle of 287.31º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B329D8 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 41 | 216 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.15 |
| HSL | 287.31º | 0.69% | 0.5% | - |
| HSV(B) | 287.31º | 0.81% | 0.85% | - |
| XYZ | 31.78 | 16.13 | 66.4 | - |
| YUV | 102.21 | 192.22 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 216 | 0.17 | 0.81 | 0 | 0.15 | 287.31 | 0.69 | 0.5 |
| Hex | B3 | 29 | D8 | 11 | 51 | 0 | F | 11F | 45 | 32 |
| Octal | 263 | 51 | 330 | 21 | 121 | 0 | 17 | 437 | 105 | 62 |
| Binary | 10110011 | 101001 | 11011000 | 10001 | 1010001 | 0 | 1111 | 100011111 | 1000101 | 110010 |
Color Harmonies of #B329D8
Complementary color
Monochromatic Colors of #B329D8
Black with #B329D8
Text Example
Text Example
White with #B329D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B329D8; }
p { color: rgb(179,41,216); }
H1.HeaderClassName
{
color: #B329D8;
}
.AnyTagClassName
{
color: #B329D8;
}
</style>
background-color css
<style>
a { background-color: #B329D8; }
a { background-color: rgb(179,41,216); }
div.DivClassName
{
background-color: #B329D8;
}
.BgClassName
{
background-color: #B329D8;
}
</style>
border-color css
<style>
span { border-color: #B329D8; }
span { border-color: rgb(179,41,216); }
td.TdClassName
{
border-color: #B329D8;
}
.TagClassName
{
border-color: #B329D8;
}
</style>