Shades of Dark Orchid #B320DF
Tints of Dark Orchid #B320DF
RGB
CMYK
RGB Variations
Color information
#B320DF (or 0xB320DF) is known color: Dark Orchid. HEX triplet: B3, 20 and DF. RGB value is (179,32,223). Sum of RGB (Red+Green+Blue) = 179+32+223=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 32 (12.89% from 255 or 7.37% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #B320DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B320DF is #4CDF20. Grayscale: #616161. Windows color (decimal): -5037857 or 14622899. OLE color: 14622899.
HSL color Cylindrical-coordinate representation of color #B320DF: hue angle of 286.18º 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 #B320DF is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 32 | 223 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.13 |
| HSL | 286.18º | 0.75% | 0.5% | - |
| HSV(B) | 286.18º | 0.86% | 0.87% | - |
| XYZ | 32.43 | 15.94 | 71.18 | - |
| YUV | 97.73 | 198.7 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 223 | 0.20 | 0.86 | 0 | 0.13 | 286.18 | 0.75 | 0.5 |
| Hex | B3 | 20 | DF | 14 | 56 | 0 | D | 11E | 4B | 32 |
| Octal | 263 | 40 | 337 | 24 | 126 | 0 | 15 | 436 | 113 | 62 |
| Binary | 10110011 | 100000 | 11011111 | 10100 | 1010110 | 0 | 1101 | 100011110 | 1001011 | 110010 |
Color Harmonies of #B320DF
Complementary color
Monochromatic Colors of #B320DF
Black with #B320DF
Text Example
Text Example
White with #B320DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B320DF; }
p { color: rgb(179,32,223); }
H1.HeaderClassName
{
color: #B320DF;
}
.AnyTagClassName
{
color: #B320DF;
}
</style>
background-color css
<style>
a { background-color: #B320DF; }
a { background-color: rgb(179,32,223); }
div.DivClassName
{
background-color: #B320DF;
}
.BgClassName
{
background-color: #B320DF;
}
</style>
border-color css
<style>
span { border-color: #B320DF; }
span { border-color: rgb(179,32,223); }
td.TdClassName
{
border-color: #B320DF;
}
.TagClassName
{
border-color: #B320DF;
}
</style>