Shades of Dark Orchid #B328DB
Tints of Dark Orchid #B328DB
RGB
CMYK
RGB Variations
Color information
#B328DB (or 0xB328DB) is known color: Dark Orchid. HEX triplet: B3, 28 and DB. RGB value is (179,40,219). Sum of RGB (Red+Green+Blue) = 179+40+219=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 40 (16.02% from 255 or 9.13% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #B328DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B328DB is #4CD724. Grayscale: #656565. Windows color (decimal): -5035813 or 14362803. OLE color: 14362803.
HSL color Cylindrical-coordinate representation of color #B328DB: hue angle of 286.59º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B328DB is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 40 | 219 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.14 |
| HSL | 286.59º | 0.71% | 0.51% | - |
| HSV(B) | 286.59º | 0.82% | 0.86% | - |
| XYZ | 32.14 | 16.22 | 68.45 | - |
| YUV | 101.97 | 194.05 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 219 | 0.18 | 0.82 | 0 | 0.14 | 286.59 | 0.71 | 0.51 |
| Hex | B3 | 28 | DB | 12 | 52 | 0 | E | 11F | 47 | 33 |
| Octal | 263 | 50 | 333 | 22 | 122 | 0 | 16 | 437 | 107 | 63 |
| Binary | 10110011 | 101000 | 11011011 | 10010 | 1010010 | 0 | 1110 | 100011111 | 1000111 | 110011 |
Color Harmonies of #B328DB
Complementary color
Monochromatic Colors of #B328DB
Black with #B328DB
Text Example
Text Example
White with #B328DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B328DB; }
p { color: rgb(179,40,219); }
H1.HeaderClassName
{
color: #B328DB;
}
.AnyTagClassName
{
color: #B328DB;
}
</style>
background-color css
<style>
a { background-color: #B328DB; }
a { background-color: rgb(179,40,219); }
div.DivClassName
{
background-color: #B328DB;
}
.BgClassName
{
background-color: #B328DB;
}
</style>
border-color css
<style>
span { border-color: #B328DB; }
span { border-color: rgb(179,40,219); }
td.TdClassName
{
border-color: #B328DB;
}
.TagClassName
{
border-color: #B328DB;
}
</style>