Shades of Dark Orchid #B322DF
Tints of Dark Orchid #B322DF
RGB
CMYK
RGB Variations
Color information
#B322DF (or 0xB322DF) is known color: Dark Orchid. HEX triplet: B3, 22 and DF. RGB value is (179,34,223). Sum of RGB (Red+Green+Blue) = 179+34+223=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 34 (13.67% from 255 or 7.80% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #B322DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B322DF is #4CDD20. Grayscale: #626262. Windows color (decimal): -5037345 or 14623411. OLE color: 14623411.
HSL color Cylindrical-coordinate representation of color #B322DF: hue angle of 286.03º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B322DF is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 34 | 223 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.13 |
| HSL | 286.03º | 0.75% | 0.5% | - |
| HSV(B) | 286.03º | 0.85% | 0.87% | - |
| XYZ | 32.48 | 16.06 | 71.2 | - |
| YUV | 98.9 | 198.04 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 223 | 0.20 | 0.85 | 0 | 0.13 | 286.03 | 0.75 | 0.5 |
| Hex | B3 | 22 | DF | 14 | 55 | 0 | D | 11E | 4B | 32 |
| Octal | 263 | 42 | 337 | 24 | 125 | 0 | 15 | 436 | 113 | 62 |
| Binary | 10110011 | 100010 | 11011111 | 10100 | 1010101 | 0 | 1101 | 100011110 | 1001011 | 110010 |
Color Harmonies of #B322DF
Complementary color
Monochromatic Colors of #B322DF
Black with #B322DF
Text Example
Text Example
White with #B322DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B322DF; }
p { color: rgb(179,34,223); }
H1.HeaderClassName
{
color: #B322DF;
}
.AnyTagClassName
{
color: #B322DF;
}
</style>
background-color css
<style>
a { background-color: #B322DF; }
a { background-color: rgb(179,34,223); }
div.DivClassName
{
background-color: #B322DF;
}
.BgClassName
{
background-color: #B322DF;
}
</style>
border-color css
<style>
span { border-color: #B322DF; }
span { border-color: rgb(179,34,223); }
td.TdClassName
{
border-color: #B322DF;
}
.TagClassName
{
border-color: #B322DF;
}
</style>