Shades of Dark Orchid #B32DDB
Tints of Dark Orchid #B32DDB
RGB
CMYK
RGB Variations
Color information
#B32DDB (or 0xB32DDB) is known color: Dark Orchid. HEX triplet: B3, 2D and DB. RGB value is (179,45,219). Sum of RGB (Red+Green+Blue) = 179+45+219=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #B32DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32DDB is #4CD224. Grayscale: #686868. Windows color (decimal): -5034533 or 14364083. OLE color: 14364083.
HSL color Cylindrical-coordinate representation of color #B32DDB: hue angle of 286.21º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32DDB is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 45 | 219 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.14 |
| HSL | 286.21º | 0.71% | 0.52% | - |
| HSV(B) | 286.21º | 0.79% | 0.86% | - |
| XYZ | 32.31 | 16.57 | 68.51 | - |
| YUV | 104.9 | 192.39 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 219 | 0.18 | 0.79 | 0 | 0.14 | 286.21 | 0.71 | 0.52 |
| Hex | B3 | 2D | DB | 12 | 4F | 0 | E | 11E | 47 | 34 |
| Octal | 263 | 55 | 333 | 22 | 117 | 0 | 16 | 436 | 107 | 64 |
| Binary | 10110011 | 101101 | 11011011 | 10010 | 1001111 | 0 | 1110 | 100011110 | 1000111 | 110100 |
Color Harmonies of #B32DDB
Complementary color
Monochromatic Colors of #B32DDB
Black with #B32DDB
Text Example
Text Example
White with #B32DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32DDB; }
p { color: rgb(179,45,219); }
H1.HeaderClassName
{
color: #B32DDB;
}
.AnyTagClassName
{
color: #B32DDB;
}
</style>
background-color css
<style>
a { background-color: #B32DDB; }
a { background-color: rgb(179,45,219); }
div.DivClassName
{
background-color: #B32DDB;
}
.BgClassName
{
background-color: #B32DDB;
}
</style>
border-color css
<style>
span { border-color: #B32DDB; }
span { border-color: rgb(179,45,219); }
td.TdClassName
{
border-color: #B32DDB;
}
.TagClassName
{
border-color: #B32DDB;
}
</style>