Shades of Dark Orchid #B329C0
Tints of Dark Orchid #B329C0
RGB
CMYK
RGB Variations
Color information
#B329C0 (or 0xB329C0) is known color: Dark Orchid. HEX triplet: B3, 29 and C0. RGB value is (179,41,192). Sum of RGB (Red+Green+Blue) = 179+41+192=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 192 - color contains mainly: blue. Hex color #B329C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B329C0 is #4CD63F. Grayscale: #636363. Windows color (decimal): -5035584 or 12593587. OLE color: 12593587.
HSL color Cylindrical-coordinate representation of color #B329C0: hue angle of 294.83º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B329C0 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 41 | 192 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.25 |
| HSL | 294.83º | 0.65% | 0.46% | - |
| HSV(B) | 294.83º | 0.79% | 0.75% | - |
| XYZ | 28.9 | 14.98 | 51.24 | - |
| YUV | 99.48 | 180.22 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 192 | 0.07 | 0.79 | 0 | 0.25 | 294.83 | 0.65 | 0.46 |
| Hex | B3 | 29 | C0 | 7 | 4F | 0 | 19 | 127 | 41 | 2E |
| Octal | 263 | 51 | 300 | 7 | 117 | 0 | 31 | 447 | 101 | 56 |
| Binary | 10110011 | 101001 | 11000000 | 111 | 1001111 | 0 | 11001 | 100100111 | 1000001 | 101110 |
Color Harmonies of #B329C0
Complementary color
Monochromatic Colors of #B329C0
Black with #B329C0
Text Example
Text Example
White with #B329C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B329C0; }
p { color: rgb(179,41,192); }
H1.HeaderClassName
{
color: #B329C0;
}
.AnyTagClassName
{
color: #B329C0;
}
</style>
background-color css
<style>
a { background-color: #B329C0; }
a { background-color: rgb(179,41,192); }
div.DivClassName
{
background-color: #B329C0;
}
.BgClassName
{
background-color: #B329C0;
}
</style>
border-color css
<style>
span { border-color: #B329C0; }
span { border-color: rgb(179,41,192); }
td.TdClassName
{
border-color: #B329C0;
}
.TagClassName
{
border-color: #B329C0;
}
</style>