Shades of Dark Orchid #B329BC
Tints of Dark Orchid #B329BC
RGB
CMYK
RGB Variations
Color information
#B329BC (or 0xB329BC) is known color: Dark Orchid. HEX triplet: B3, 29 and BC. RGB value is (179,41,188). Sum of RGB (Red+Green+Blue) = 179+41+188=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #B329BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B329BC is #4CD643. Grayscale: #626262. Windows color (decimal): -5035588 or 12331443. OLE color: 12331443.
HSL color Cylindrical-coordinate representation of color #B329BC: hue angle of 296.33º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B329BC is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 41 | 188 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.26 |
| HSL | 296.33º | 0.64% | 0.45% | - |
| HSV(B) | 296.33º | 0.78% | 0.74% | - |
| XYZ | 28.46 | 14.8 | 48.93 | - |
| YUV | 99.02 | 178.22 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 188 | 0.05 | 0.78 | 0 | 0.26 | 296.33 | 0.64 | 0.45 |
| Hex | B3 | 29 | BC | 5 | 4E | 0 | 1A | 128 | 40 | 2D |
| Octal | 263 | 51 | 274 | 5 | 116 | 0 | 32 | 450 | 100 | 55 |
| Binary | 10110011 | 101001 | 10111100 | 101 | 1001110 | 0 | 11010 | 100101000 | 1000000 | 101101 |
Color Harmonies of #B329BC
Complementary color
Monochromatic Colors of #B329BC
Black with #B329BC
Text Example
Text Example
White with #B329BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B329BC; }
p { color: rgb(179,41,188); }
H1.HeaderClassName
{
color: #B329BC;
}
.AnyTagClassName
{
color: #B329BC;
}
</style>
background-color css
<style>
a { background-color: #B329BC; }
a { background-color: rgb(179,41,188); }
div.DivClassName
{
background-color: #B329BC;
}
.BgClassName
{
background-color: #B329BC;
}
</style>
border-color css
<style>
span { border-color: #B329BC; }
span { border-color: rgb(179,41,188); }
td.TdClassName
{
border-color: #B329BC;
}
.TagClassName
{
border-color: #B329BC;
}
</style>