Shades of Dark Orchid #B320DB
Tints of Dark Orchid #B320DB
RGB
CMYK
RGB Variations
Color information
#B320DB (or 0xB320DB) is known color: Dark Orchid. HEX triplet: B3, 20 and DB. RGB value is (179,32,219). Sum of RGB (Red+Green+Blue) = 179+32+219=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 32 (12.89% from 255 or 7.44% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #B320DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B320DB is #4CDF24. Grayscale: #606060. Windows color (decimal): -5037861 or 14360755. OLE color: 14360755.
HSL color Cylindrical-coordinate representation of color #B320DB: hue angle of 287.17º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B320DB is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 32 | 219 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.14 |
| HSL | 287.17º | 0.75% | 0.49% | - |
| HSV(B) | 287.17º | 0.85% | 0.86% | - |
| XYZ | 31.89 | 15.73 | 68.37 | - |
| YUV | 97.27 | 196.7 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 219 | 0.18 | 0.85 | 0 | 0.14 | 287.17 | 0.75 | 0.49 |
| Hex | B3 | 20 | DB | 12 | 55 | 0 | E | 11F | 4B | 31 |
| Octal | 263 | 40 | 333 | 22 | 125 | 0 | 16 | 437 | 113 | 61 |
| Binary | 10110011 | 100000 | 11011011 | 10010 | 1010101 | 0 | 1110 | 100011111 | 1001011 | 110001 |
Color Harmonies of #B320DB
Complementary color
Monochromatic Colors of #B320DB
Black with #B320DB
Text Example
Text Example
White with #B320DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B320DB; }
p { color: rgb(179,32,219); }
H1.HeaderClassName
{
color: #B320DB;
}
.AnyTagClassName
{
color: #B320DB;
}
</style>
background-color css
<style>
a { background-color: #B320DB; }
a { background-color: rgb(179,32,219); }
div.DivClassName
{
background-color: #B320DB;
}
.BgClassName
{
background-color: #B320DB;
}
</style>
border-color css
<style>
span { border-color: #B320DB; }
span { border-color: rgb(179,32,219); }
td.TdClassName
{
border-color: #B320DB;
}
.TagClassName
{
border-color: #B320DB;
}
</style>