Shades of Dark Orchid #B329E4
Tints of Dark Orchid #B329E4
RGB
CMYK
RGB Variations
Color information
#B329E4 (or 0xB329E4) is known color: Dark Orchid. HEX triplet: B3, 29 and E4. RGB value is (179,41,228). Sum of RGB (Red+Green+Blue) = 179+41+228=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 41 (16.41% from 255 or 9.15% from 448); Blue value is 228 (89.45% from 255 or 50.89% from 448); Max value from RGB is 228 - color contains mainly: blue. Hex color #B329E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B329E4 is #4CD61B. Grayscale: #666666. Windows color (decimal): -5035548 or 14952883. OLE color: 14952883.
HSL color Cylindrical-coordinate representation of color #B329E4: hue angle of 284.28º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B329E4 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 41 | 228 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.11 |
| HSL | 284.28º | 0.78% | 0.53% | - |
| HSV(B) | 284.28º | 0.82% | 0.89% | - |
| XYZ | 33.39 | 16.77 | 74.88 | - |
| YUV | 103.58 | 198.22 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 228 | 0.21 | 0.82 | 0 | 0.11 | 284.28 | 0.78 | 0.53 |
| Hex | B3 | 29 | E4 | 15 | 52 | 0 | B | 11C | 4E | 35 |
| Octal | 263 | 51 | 344 | 25 | 122 | 0 | 13 | 434 | 116 | 65 |
| Binary | 10110011 | 101001 | 11100100 | 10101 | 1010010 | 0 | 1011 | 100011100 | 1001110 | 110101 |
Color Harmonies of #B329E4
Complementary color
Monochromatic Colors of #B329E4
Black with #B329E4
Text Example
Text Example
White with #B329E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B329E4; }
p { color: rgb(179,41,228); }
H1.HeaderClassName
{
color: #B329E4;
}
.AnyTagClassName
{
color: #B329E4;
}
</style>
background-color css
<style>
a { background-color: #B329E4; }
a { background-color: rgb(179,41,228); }
div.DivClassName
{
background-color: #B329E4;
}
.BgClassName
{
background-color: #B329E4;
}
</style>
border-color css
<style>
span { border-color: #B329E4; }
span { border-color: rgb(179,41,228); }
td.TdClassName
{
border-color: #B329E4;
}
.TagClassName
{
border-color: #B329E4;
}
</style>