Shades of Dark Orchid #B322DC
Tints of Dark Orchid #B322DC
RGB
CMYK
RGB Variations
Color information
#B322DC (or 0xB322DC) is known color: Dark Orchid. HEX triplet: B3, 22 and DC. RGB value is (179,34,220). Sum of RGB (Red+Green+Blue) = 179+34+220=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 34 (13.67% from 255 or 7.85% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #B322DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B322DC is #4CDD23. Grayscale: #616161. Windows color (decimal): -5037348 or 14426803. OLE color: 14426803.
HSL color Cylindrical-coordinate representation of color #B322DC: hue angle of 286.77º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B322DC is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 34 | 220 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.14 |
| HSL | 286.77º | 0.73% | 0.5% | - |
| HSV(B) | 286.77º | 0.85% | 0.86% | - |
| XYZ | 32.08 | 15.9 | 69.09 | - |
| YUV | 98.56 | 196.54 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 220 | 0.19 | 0.85 | 0 | 0.14 | 286.77 | 0.73 | 0.5 |
| Hex | B3 | 22 | DC | 13 | 55 | 0 | E | 11F | 49 | 32 |
| Octal | 263 | 42 | 334 | 23 | 125 | 0 | 16 | 437 | 111 | 62 |
| Binary | 10110011 | 100010 | 11011100 | 10011 | 1010101 | 0 | 1110 | 100011111 | 1001001 | 110010 |
Color Harmonies of #B322DC
Complementary color
Monochromatic Colors of #B322DC
Black with #B322DC
Text Example
Text Example
White with #B322DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B322DC; }
p { color: rgb(179,34,220); }
H1.HeaderClassName
{
color: #B322DC;
}
.AnyTagClassName
{
color: #B322DC;
}
</style>
background-color css
<style>
a { background-color: #B322DC; }
a { background-color: rgb(179,34,220); }
div.DivClassName
{
background-color: #B322DC;
}
.BgClassName
{
background-color: #B322DC;
}
</style>
border-color css
<style>
span { border-color: #B322DC; }
span { border-color: rgb(179,34,220); }
td.TdClassName
{
border-color: #B322DC;
}
.TagClassName
{
border-color: #B322DC;
}
</style>