Shades of Dark Orchid #B322D7
Tints of Dark Orchid #B322D7
RGB
CMYK
RGB Variations
Color information
#B322D7 (or 0xB322D7) is known color: Dark Orchid. HEX triplet: B3, 22 and D7. RGB value is (179,34,215). Sum of RGB (Red+Green+Blue) = 179+34+215=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 34 (13.67% from 255 or 7.94% from 428); Blue value is 215 (84.38% from 255 or 50.23% from 428); Max value from RGB is 215 - color contains mainly: blue. Hex color #B322D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B322D7 is #4CDD28. Grayscale: #616161. Windows color (decimal): -5037353 or 14099123. OLE color: 14099123.
HSL color Cylindrical-coordinate representation of color #B322D7: hue angle of 288.07º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B322D7 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 34 | 215 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.16 |
| HSL | 288.07º | 0.73% | 0.49% | - |
| HSV(B) | 288.07º | 0.84% | 0.84% | - |
| XYZ | 31.43 | 15.63 | 65.65 | - |
| YUV | 97.99 | 194.04 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 215 | 0.17 | 0.84 | 0 | 0.16 | 288.07 | 0.73 | 0.49 |
| Hex | B3 | 22 | D7 | 11 | 54 | 0 | 10 | 120 | 49 | 31 |
| Octal | 263 | 42 | 327 | 21 | 124 | 0 | 20 | 440 | 111 | 61 |
| Binary | 10110011 | 100010 | 11010111 | 10001 | 1010100 | 0 | 10000 | 100100000 | 1001001 | 110001 |
Color Harmonies of #B322D7
Complementary color
Monochromatic Colors of #B322D7
Black with #B322D7
Text Example
Text Example
White with #B322D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B322D7; }
p { color: rgb(179,34,215); }
H1.HeaderClassName
{
color: #B322D7;
}
.AnyTagClassName
{
color: #B322D7;
}
</style>
background-color css
<style>
a { background-color: #B322D7; }
a { background-color: rgb(179,34,215); }
div.DivClassName
{
background-color: #B322D7;
}
.BgClassName
{
background-color: #B322D7;
}
</style>
border-color css
<style>
span { border-color: #B322D7; }
span { border-color: rgb(179,34,215); }
td.TdClassName
{
border-color: #B322D7;
}
.TagClassName
{
border-color: #B322D7;
}
</style>