Shades of Dark Orchid #B329DE
Tints of Dark Orchid #B329DE
RGB
CMYK
RGB Variations
Color information
#B329DE (or 0xB329DE) is known color: Dark Orchid. HEX triplet: B3, 29 and DE. RGB value is (179,41,222). Sum of RGB (Red+Green+Blue) = 179+41+222=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 41 (16.41% from 255 or 9.28% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #B329DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B329DE is #4CD621. Grayscale: #666666. Windows color (decimal): -5035554 or 14559667. OLE color: 14559667.
HSL color Cylindrical-coordinate representation of color #B329DE: hue angle of 285.75º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B329DE is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 41 | 222 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.13 |
| HSL | 285.75º | 0.73% | 0.52% | - |
| HSV(B) | 285.75º | 0.82% | 0.87% | - |
| XYZ | 32.57 | 16.44 | 70.56 | - |
| YUV | 102.9 | 195.22 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 222 | 0.19 | 0.82 | 0 | 0.13 | 285.75 | 0.73 | 0.52 |
| Hex | B3 | 29 | DE | 13 | 52 | 0 | D | 11E | 49 | 34 |
| Octal | 263 | 51 | 336 | 23 | 122 | 0 | 15 | 436 | 111 | 64 |
| Binary | 10110011 | 101001 | 11011110 | 10011 | 1010010 | 0 | 1101 | 100011110 | 1001001 | 110100 |
Color Harmonies of #B329DE
Complementary color
Monochromatic Colors of #B329DE
Black with #B329DE
Text Example
Text Example
White with #B329DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B329DE; }
p { color: rgb(179,41,222); }
H1.HeaderClassName
{
color: #B329DE;
}
.AnyTagClassName
{
color: #B329DE;
}
</style>
background-color css
<style>
a { background-color: #B329DE; }
a { background-color: rgb(179,41,222); }
div.DivClassName
{
background-color: #B329DE;
}
.BgClassName
{
background-color: #B329DE;
}
</style>
border-color css
<style>
span { border-color: #B329DE; }
span { border-color: rgb(179,41,222); }
td.TdClassName
{
border-color: #B329DE;
}
.TagClassName
{
border-color: #B329DE;
}
</style>