Shades of Dark Orchid #B322B9
Tints of Dark Orchid #B322B9
RGB
CMYK
RGB Variations
Color information
#B322B9 (or 0xB322B9) is known color: Dark Orchid. HEX triplet: B3, 22 and B9. RGB value is (179,34,185). Sum of RGB (Red+Green+Blue) = 179+34+185=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 34 (13.67% from 255 or 8.54% from 398); Blue value is 185 (72.66% from 255 or 46.48% from 398); Max value from RGB is 185 - color contains mainly: blue. Hex color #B322B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B322B9 is #4CDD46. Grayscale: #5E5E5E. Windows color (decimal): -5037383 or 12133043. OLE color: 12133043.
HSL color Cylindrical-coordinate representation of color #B322B9: hue angle of 297.62º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B322B9 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 34 | 185 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.27 |
| HSL | 297.62º | 0.69% | 0.43% | - |
| HSV(B) | 297.62º | 0.82% | 0.73% | - |
| XYZ | 27.92 | 14.23 | 47.17 | - |
| YUV | 94.57 | 179.04 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 185 | 0.03 | 0.82 | 0 | 0.27 | 297.62 | 0.69 | 0.43 |
| Hex | B3 | 22 | B9 | 3 | 52 | 0 | 1B | 12A | 45 | 2B |
| Octal | 263 | 42 | 271 | 3 | 122 | 0 | 33 | 452 | 105 | 53 |
| Binary | 10110011 | 100010 | 10111001 | 11 | 1010010 | 0 | 11011 | 100101010 | 1000101 | 101011 |
Color Harmonies of #B322B9
Complementary color
Monochromatic Colors of #B322B9
Black with #B322B9
Text Example
Text Example
White with #B322B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B322B9; }
p { color: rgb(179,34,185); }
H1.HeaderClassName
{
color: #B322B9;
}
.AnyTagClassName
{
color: #B322B9;
}
</style>
background-color css
<style>
a { background-color: #B322B9; }
a { background-color: rgb(179,34,185); }
div.DivClassName
{
background-color: #B322B9;
}
.BgClassName
{
background-color: #B322B9;
}
</style>
border-color css
<style>
span { border-color: #B322B9; }
span { border-color: rgb(179,34,185); }
td.TdClassName
{
border-color: #B322B9;
}
.TagClassName
{
border-color: #B322B9;
}
</style>