Shades of Dark Orchid #B322D9
Tints of Dark Orchid #B322D9
RGB
CMYK
RGB Variations
Color information
#B322D9 (or 0xB322D9) is known color: Dark Orchid. HEX triplet: B3, 22 and D9. RGB value is (179,34,217). Sum of RGB (Red+Green+Blue) = 179+34+217=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 34 (13.67% from 255 or 7.91% from 430); Blue value is 217 (85.16% from 255 or 50.47% from 430); Max value from RGB is 217 - color contains mainly: blue. Hex color #B322D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B322D9 is #4CDD26. Grayscale: #616161. Windows color (decimal): -5037351 or 14230195. OLE color: 14230195.
HSL color Cylindrical-coordinate representation of color #B322D9: hue angle of 287.54º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B322D9 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 34 | 217 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.15 |
| HSL | 287.54º | 0.73% | 0.49% | - |
| HSV(B) | 287.54º | 0.84% | 0.85% | - |
| XYZ | 31.69 | 15.74 | 67.01 | - |
| YUV | 98.22 | 195.04 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 217 | 0.18 | 0.84 | 0 | 0.15 | 287.54 | 0.73 | 0.49 |
| Hex | B3 | 22 | D9 | 12 | 54 | 0 | F | 120 | 49 | 31 |
| Octal | 263 | 42 | 331 | 22 | 124 | 0 | 17 | 440 | 111 | 61 |
| Binary | 10110011 | 100010 | 11011001 | 10010 | 1010100 | 0 | 1111 | 100100000 | 1001001 | 110001 |
Color Harmonies of #B322D9
Complementary color
Monochromatic Colors of #B322D9
Black with #B322D9
Text Example
Text Example
White with #B322D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B322D9; }
p { color: rgb(179,34,217); }
H1.HeaderClassName
{
color: #B322D9;
}
.AnyTagClassName
{
color: #B322D9;
}
</style>
background-color css
<style>
a { background-color: #B322D9; }
a { background-color: rgb(179,34,217); }
div.DivClassName
{
background-color: #B322D9;
}
.BgClassName
{
background-color: #B322D9;
}
</style>
border-color css
<style>
span { border-color: #B322D9; }
span { border-color: rgb(179,34,217); }
td.TdClassName
{
border-color: #B322D9;
}
.TagClassName
{
border-color: #B322D9;
}
</style>