Shades of Dark Orchid #B322BD
Tints of Dark Orchid #B322BD
RGB
CMYK
RGB Variations
Color information
#B322BD (or 0xB322BD) is known color: Dark Orchid. HEX triplet: B3, 22 and BD. RGB value is (179,34,189). Sum of RGB (Red+Green+Blue) = 179+34+189=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 34 (13.67% from 255 or 8.46% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #B322BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B322BD is #4CDD42. Grayscale: #5E5E5E. Windows color (decimal): -5037379 or 12395187. OLE color: 12395187.
HSL color Cylindrical-coordinate representation of color #B322BD: hue angle of 296.13º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B322BD is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 34 | 189 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.26 |
| HSL | 296.13º | 0.7% | 0.44% | - |
| HSV(B) | 296.13º | 0.82% | 0.74% | - |
| XYZ | 28.35 | 14.4 | 49.43 | - |
| YUV | 95.03 | 181.04 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 189 | 0.05 | 0.82 | 0 | 0.26 | 296.13 | 0.7 | 0.44 |
| Hex | B3 | 22 | BD | 5 | 52 | 0 | 1A | 128 | 46 | 2C |
| Octal | 263 | 42 | 275 | 5 | 122 | 0 | 32 | 450 | 106 | 54 |
| Binary | 10110011 | 100010 | 10111101 | 101 | 1010010 | 0 | 11010 | 100101000 | 1000110 | 101100 |
Color Harmonies of #B322BD
Complementary color
Monochromatic Colors of #B322BD
Black with #B322BD
Text Example
Text Example
White with #B322BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B322BD; }
p { color: rgb(179,34,189); }
H1.HeaderClassName
{
color: #B322BD;
}
.AnyTagClassName
{
color: #B322BD;
}
</style>
background-color css
<style>
a { background-color: #B322BD; }
a { background-color: rgb(179,34,189); }
div.DivClassName
{
background-color: #B322BD;
}
.BgClassName
{
background-color: #B322BD;
}
</style>
border-color css
<style>
span { border-color: #B322BD; }
span { border-color: rgb(179,34,189); }
td.TdClassName
{
border-color: #B322BD;
}
.TagClassName
{
border-color: #B322BD;
}
</style>