Shades of Dark Orchid #B329C9
Tints of Dark Orchid #B329C9
RGB
CMYK
RGB Variations
Color information
#B329C9 (or 0xB329C9) is known color: Dark Orchid. HEX triplet: B3, 29 and C9. RGB value is (179,41,201). Sum of RGB (Red+Green+Blue) = 179+41+201=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 201 (78.91% from 255 or 47.74% from 421); Max value from RGB is 201 - color contains mainly: blue. Hex color #B329C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B329C9 is #4CD636. Grayscale: #636363. Windows color (decimal): -5035575 or 13183411. OLE color: 13183411.
HSL color Cylindrical-coordinate representation of color #B329C9: hue angle of 291.75º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B329C9 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 41 | 201 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.21 |
| HSL | 291.75º | 0.66% | 0.47% | - |
| HSV(B) | 291.75º | 0.8% | 0.79% | - |
| XYZ | 29.93 | 15.39 | 56.65 | - |
| YUV | 100.5 | 184.72 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 201 | 0.11 | 0.80 | 0 | 0.21 | 291.75 | 0.66 | 0.47 |
| Hex | B3 | 29 | C9 | B | 50 | 0 | 15 | 124 | 42 | 2F |
| Octal | 263 | 51 | 311 | 13 | 120 | 0 | 25 | 444 | 102 | 57 |
| Binary | 10110011 | 101001 | 11001001 | 1011 | 1010000 | 0 | 10101 | 100100100 | 1000010 | 101111 |
Color Harmonies of #B329C9
Complementary color
Monochromatic Colors of #B329C9
Black with #B329C9
Text Example
Text Example
White with #B329C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B329C9; }
p { color: rgb(179,41,201); }
H1.HeaderClassName
{
color: #B329C9;
}
.AnyTagClassName
{
color: #B329C9;
}
</style>
background-color css
<style>
a { background-color: #B329C9; }
a { background-color: rgb(179,41,201); }
div.DivClassName
{
background-color: #B329C9;
}
.BgClassName
{
background-color: #B329C9;
}
</style>
border-color css
<style>
span { border-color: #B329C9; }
span { border-color: rgb(179,41,201); }
td.TdClassName
{
border-color: #B329C9;
}
.TagClassName
{
border-color: #B329C9;
}
</style>