Shades of Dark Orchid #B329DC
Tints of Dark Orchid #B329DC
RGB
CMYK
RGB Variations
Color information
#B329DC (or 0xB329DC) is known color: Dark Orchid. HEX triplet: B3, 29 and DC. RGB value is (179,41,220). Sum of RGB (Red+Green+Blue) = 179+41+220=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #B329DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B329DC is #4CD623. Grayscale: #666666. Windows color (decimal): -5035556 or 14428595. OLE color: 14428595.
HSL color Cylindrical-coordinate representation of color #B329DC: hue angle of 286.26º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B329DC is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 41 | 220 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.14 |
| HSL | 286.26º | 0.72% | 0.51% | - |
| HSV(B) | 286.26º | 0.81% | 0.86% | - |
| XYZ | 32.3 | 16.34 | 69.16 | - |
| YUV | 102.67 | 194.22 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 220 | 0.19 | 0.81 | 0 | 0.14 | 286.26 | 0.72 | 0.51 |
| Hex | B3 | 29 | DC | 13 | 51 | 0 | E | 11E | 48 | 33 |
| Octal | 263 | 51 | 334 | 23 | 121 | 0 | 16 | 436 | 110 | 63 |
| Binary | 10110011 | 101001 | 11011100 | 10011 | 1010001 | 0 | 1110 | 100011110 | 1001000 | 110011 |
Color Harmonies of #B329DC
Complementary color
Monochromatic Colors of #B329DC
Black with #B329DC
Text Example
Text Example
White with #B329DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B329DC; }
p { color: rgb(179,41,220); }
H1.HeaderClassName
{
color: #B329DC;
}
.AnyTagClassName
{
color: #B329DC;
}
</style>
background-color css
<style>
a { background-color: #B329DC; }
a { background-color: rgb(179,41,220); }
div.DivClassName
{
background-color: #B329DC;
}
.BgClassName
{
background-color: #B329DC;
}
</style>
border-color css
<style>
span { border-color: #B329DC; }
span { border-color: rgb(179,41,220); }
td.TdClassName
{
border-color: #B329DC;
}
.TagClassName
{
border-color: #B329DC;
}
</style>