Shades of Dark Orchid #B320D7
Tints of Dark Orchid #B320D7
RGB
CMYK
RGB Variations
Color information
#B320D7 (or 0xB320D7) is known color: Dark Orchid. HEX triplet: B3, 20 and D7. RGB value is (179,32,215). Sum of RGB (Red+Green+Blue) = 179+32+215=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 32 (12.89% from 255 or 7.51% from 426); Blue value is 215 (84.38% from 255 or 50.47% from 426); Max value from RGB is 215 - color contains mainly: blue. Hex color #B320D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B320D7 is #4CDF28. Grayscale: #606060. Windows color (decimal): -5037865 or 14098611. OLE color: 14098611.
HSL color Cylindrical-coordinate representation of color #B320D7: hue angle of 288.2º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B320D7 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 32 | 215 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.16 |
| HSL | 288.2º | 0.74% | 0.48% | - |
| HSV(B) | 288.2º | 0.85% | 0.84% | - |
| XYZ | 31.37 | 15.52 | 65.63 | - |
| YUV | 96.82 | 194.7 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 215 | 0.17 | 0.85 | 0 | 0.16 | 288.2 | 0.74 | 0.48 |
| Hex | B3 | 20 | D7 | 11 | 55 | 0 | 10 | 120 | 4A | 30 |
| Octal | 263 | 40 | 327 | 21 | 125 | 0 | 20 | 440 | 112 | 60 |
| Binary | 10110011 | 100000 | 11010111 | 10001 | 1010101 | 0 | 10000 | 100100000 | 1001010 | 110000 |
Color Harmonies of #B320D7
Complementary color
Monochromatic Colors of #B320D7
Black with #B320D7
Text Example
Text Example
White with #B320D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B320D7; }
p { color: rgb(179,32,215); }
H1.HeaderClassName
{
color: #B320D7;
}
.AnyTagClassName
{
color: #B320D7;
}
</style>
background-color css
<style>
a { background-color: #B320D7; }
a { background-color: rgb(179,32,215); }
div.DivClassName
{
background-color: #B320D7;
}
.BgClassName
{
background-color: #B320D7;
}
</style>
border-color css
<style>
span { border-color: #B320D7; }
span { border-color: rgb(179,32,215); }
td.TdClassName
{
border-color: #B320D7;
}
.TagClassName
{
border-color: #B320D7;
}
</style>