Shades of Dark Orchid #B329B5
Tints of Dark Orchid #B329B5
RGB
CMYK
RGB Variations
Color information
#B329B5 (or 0xB329B5) is known color: Dark Orchid. HEX triplet: B3, 29 and B5. RGB value is (179,41,181). Sum of RGB (Red+Green+Blue) = 179+41+181=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 181 - color contains mainly: blue. Hex color #B329B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B329B5 is #4CD64A. Grayscale: #616161. Windows color (decimal): -5035595 or 11872691. OLE color: 11872691.
HSL color Cylindrical-coordinate representation of color #B329B5: hue angle of 299.14º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B329B5 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 41 | 181 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.29 |
| HSL | 299.14º | 0.63% | 0.44% | - |
| HSV(B) | 299.14º | 0.77% | 0.71% | - |
| XYZ | 27.72 | 14.51 | 45.05 | - |
| YUV | 98.22 | 174.72 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 181 | 0.01 | 0.77 | 0 | 0.29 | 299.14 | 0.63 | 0.44 |
| Hex | B3 | 29 | B5 | 1 | 4D | 0 | 1D | 12B | 3F | 2C |
| Octal | 263 | 51 | 265 | 1 | 115 | 0 | 35 | 453 | 77 | 54 |
| Binary | 10110011 | 101001 | 10110101 | 1 | 1001101 | 0 | 11101 | 100101011 | 111111 | 101100 |
Color Harmonies of #B329B5
Complementary color
Monochromatic Colors of #B329B5
Black with #B329B5
Text Example
Text Example
White with #B329B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B329B5; }
p { color: rgb(179,41,181); }
H1.HeaderClassName
{
color: #B329B5;
}
.AnyTagClassName
{
color: #B329B5;
}
</style>
background-color css
<style>
a { background-color: #B329B5; }
a { background-color: rgb(179,41,181); }
div.DivClassName
{
background-color: #B329B5;
}
.BgClassName
{
background-color: #B329B5;
}
</style>
border-color css
<style>
span { border-color: #B329B5; }
span { border-color: rgb(179,41,181); }
td.TdClassName
{
border-color: #B329B5;
}
.TagClassName
{
border-color: #B329B5;
}
</style>