Shades of Dark Orchid #B329D0
Tints of Dark Orchid #B329D0
RGB
CMYK
RGB Variations
Color information
#B329D0 (or 0xB329D0) is known color: Dark Orchid. HEX triplet: B3, 29 and D0. RGB value is (179,41,208). Sum of RGB (Red+Green+Blue) = 179+41+208=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 208 (81.64% from 255 or 48.60% from 428); Max value from RGB is 208 - color contains mainly: blue. Hex color #B329D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B329D0 is #4CD62F. Grayscale: #646464. Windows color (decimal): -5035568 or 13642163. OLE color: 13642163.
HSL color Cylindrical-coordinate representation of color #B329D0: hue angle of 289.58º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B329D0 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 41 | 208 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.18 |
| HSL | 289.58º | 0.67% | 0.49% | - |
| HSV(B) | 289.58º | 0.8% | 0.82% | - |
| XYZ | 30.77 | 15.72 | 61.09 | - |
| YUV | 101.3 | 188.22 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 208 | 0.14 | 0.80 | 0 | 0.18 | 289.58 | 0.67 | 0.49 |
| Hex | B3 | 29 | D0 | E | 50 | 0 | 12 | 122 | 43 | 31 |
| Octal | 263 | 51 | 320 | 16 | 120 | 0 | 22 | 442 | 103 | 61 |
| Binary | 10110011 | 101001 | 11010000 | 1110 | 1010000 | 0 | 10010 | 100100010 | 1000011 | 110001 |
Color Harmonies of #B329D0
Complementary color
Monochromatic Colors of #B329D0
Black with #B329D0
Text Example
Text Example
White with #B329D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B329D0; }
p { color: rgb(179,41,208); }
H1.HeaderClassName
{
color: #B329D0;
}
.AnyTagClassName
{
color: #B329D0;
}
</style>
background-color css
<style>
a { background-color: #B329D0; }
a { background-color: rgb(179,41,208); }
div.DivClassName
{
background-color: #B329D0;
}
.BgClassName
{
background-color: #B329D0;
}
</style>
border-color css
<style>
span { border-color: #B329D0; }
span { border-color: rgb(179,41,208); }
td.TdClassName
{
border-color: #B329D0;
}
.TagClassName
{
border-color: #B329D0;
}
</style>