Shades of Dark Orchid #B329DD
Tints of Dark Orchid #B329DD
RGB
CMYK
RGB Variations
Color information
#B329DD (or 0xB329DD) is known color: Dark Orchid. HEX triplet: B3, 29 and DD. RGB value is (179,41,221). Sum of RGB (Red+Green+Blue) = 179+41+221=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #B329DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B329DD is #4CD622. Grayscale: #666666. Windows color (decimal): -5035555 or 14494131. OLE color: 14494131.
HSL color Cylindrical-coordinate representation of color #B329DD: hue angle of 286º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B329DD is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 41 | 221 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.13 |
| HSL | 286º | 0.73% | 0.51% | - |
| HSV(B) | 286º | 0.81% | 0.87% | - |
| XYZ | 32.43 | 16.39 | 69.86 | - |
| YUV | 102.78 | 194.72 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 221 | 0.19 | 0.81 | 0 | 0.13 | 286 | 0.73 | 0.51 |
| Hex | B3 | 29 | DD | 13 | 51 | 0 | D | 11E | 49 | 33 |
| Octal | 263 | 51 | 335 | 23 | 121 | 0 | 15 | 436 | 111 | 63 |
| Binary | 10110011 | 101001 | 11011101 | 10011 | 1010001 | 0 | 1101 | 100011110 | 1001001 | 110011 |
Color Harmonies of #B329DD
Complementary color
Monochromatic Colors of #B329DD
Black with #B329DD
Text Example
Text Example
White with #B329DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B329DD; }
p { color: rgb(179,41,221); }
H1.HeaderClassName
{
color: #B329DD;
}
.AnyTagClassName
{
color: #B329DD;
}
</style>
background-color css
<style>
a { background-color: #B329DD; }
a { background-color: rgb(179,41,221); }
div.DivClassName
{
background-color: #B329DD;
}
.BgClassName
{
background-color: #B329DD;
}
</style>
border-color css
<style>
span { border-color: #B329DD; }
span { border-color: rgb(179,41,221); }
td.TdClassName
{
border-color: #B329DD;
}
.TagClassName
{
border-color: #B329DD;
}
</style>