Shades of Dark Orchid #B320DD
Tints of Dark Orchid #B320DD
RGB
CMYK
RGB Variations
Color information
#B320DD (or 0xB320DD) is known color: Dark Orchid. HEX triplet: B3, 20 and DD. RGB value is (179,32,221). Sum of RGB (Red+Green+Blue) = 179+32+221=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 32 (12.89% from 255 or 7.41% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #B320DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B320DD is #4CDF22. Grayscale: #606060. Windows color (decimal): -5037859 or 14491827. OLE color: 14491827.
HSL color Cylindrical-coordinate representation of color #B320DD: hue angle of 286.67º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B320DD is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 32 | 221 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.13 |
| HSL | 286.67º | 0.75% | 0.5% | - |
| HSV(B) | 286.67º | 0.86% | 0.87% | - |
| XYZ | 32.16 | 15.84 | 69.77 | - |
| YUV | 97.5 | 197.7 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 221 | 0.19 | 0.86 | 0 | 0.13 | 286.67 | 0.75 | 0.5 |
| Hex | B3 | 20 | DD | 13 | 56 | 0 | D | 11F | 4B | 32 |
| Octal | 263 | 40 | 335 | 23 | 126 | 0 | 15 | 437 | 113 | 62 |
| Binary | 10110011 | 100000 | 11011101 | 10011 | 1010110 | 0 | 1101 | 100011111 | 1001011 | 110010 |
Color Harmonies of #B320DD
Complementary color
Monochromatic Colors of #B320DD
Black with #B320DD
Text Example
Text Example
White with #B320DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B320DD; }
p { color: rgb(179,32,221); }
H1.HeaderClassName
{
color: #B320DD;
}
.AnyTagClassName
{
color: #B320DD;
}
</style>
background-color css
<style>
a { background-color: #B320DD; }
a { background-color: rgb(179,32,221); }
div.DivClassName
{
background-color: #B320DD;
}
.BgClassName
{
background-color: #B320DD;
}
</style>
border-color css
<style>
span { border-color: #B320DD; }
span { border-color: rgb(179,32,221); }
td.TdClassName
{
border-color: #B320DD;
}
.TagClassName
{
border-color: #B320DD;
}
</style>