Shades of Dark Orchid #B322D0
Tints of Dark Orchid #B322D0
RGB
CMYK
RGB Variations
Color information
#B322D0 (or 0xB322D0) is known color: Dark Orchid. HEX triplet: B3, 22 and D0. RGB value is (179,34,208). Sum of RGB (Red+Green+Blue) = 179+34+208=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 208 (81.64% from 255 or 49.41% from 421); Max value from RGB is 208 - color contains mainly: blue. Hex color #B322D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B322D0 is #4CDD2F. Grayscale: #606060. Windows color (decimal): -5037360 or 13640371. OLE color: 13640371.
HSL color Cylindrical-coordinate representation of color #B322D0: hue angle of 290º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B322D0 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 34 | 208 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.18 |
| HSL | 290º | 0.72% | 0.47% | - |
| HSV(B) | 290º | 0.84% | 0.82% | - |
| XYZ | 30.55 | 15.28 | 61.01 | - |
| YUV | 97.19 | 190.54 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 208 | 0.14 | 0.84 | 0 | 0.18 | 290 | 0.72 | 0.47 |
| Hex | B3 | 22 | D0 | E | 54 | 0 | 12 | 122 | 48 | 2F |
| Octal | 263 | 42 | 320 | 16 | 124 | 0 | 22 | 442 | 110 | 57 |
| Binary | 10110011 | 100010 | 11010000 | 1110 | 1010100 | 0 | 10010 | 100100010 | 1001000 | 101111 |
Color Harmonies of #B322D0
Complementary color
Monochromatic Colors of #B322D0
Black with #B322D0
Text Example
Text Example
White with #B322D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B322D0; }
p { color: rgb(179,34,208); }
H1.HeaderClassName
{
color: #B322D0;
}
.AnyTagClassName
{
color: #B322D0;
}
</style>
background-color css
<style>
a { background-color: #B322D0; }
a { background-color: rgb(179,34,208); }
div.DivClassName
{
background-color: #B322D0;
}
.BgClassName
{
background-color: #B322D0;
}
</style>
border-color css
<style>
span { border-color: #B322D0; }
span { border-color: rgb(179,34,208); }
td.TdClassName
{
border-color: #B322D0;
}
.TagClassName
{
border-color: #B322D0;
}
</style>