Shades of Dark Orchid #B324DB
Tints of Dark Orchid #B324DB
RGB
CMYK
RGB Variations
Color information
#B324DB (or 0xB324DB) is known color: Dark Orchid. HEX triplet: B3, 24 and DB. RGB value is (179,36,219). Sum of RGB (Red+Green+Blue) = 179+36+219=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #B324DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B324DB is #4CDB24. Grayscale: #636363. Windows color (decimal): -5036837 or 14361779. OLE color: 14361779.
HSL color Cylindrical-coordinate representation of color #B324DB: hue angle of 286.89º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B324DB is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 36 | 219 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.14 |
| HSL | 286.89º | 0.72% | 0.5% | - |
| HSV(B) | 286.89º | 0.84% | 0.86% | - |
| XYZ | 32.01 | 15.96 | 68.41 | - |
| YUV | 99.62 | 195.38 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 36 | 219 | 0.18 | 0.84 | 0 | 0.14 | 286.89 | 0.72 | 0.5 |
| Hex | B3 | 24 | DB | 12 | 54 | 0 | E | 11F | 48 | 32 |
| Octal | 263 | 44 | 333 | 22 | 124 | 0 | 16 | 437 | 110 | 62 |
| Binary | 10110011 | 100100 | 11011011 | 10010 | 1010100 | 0 | 1110 | 100011111 | 1001000 | 110010 |
Color Harmonies of #B324DB
Complementary color
Monochromatic Colors of #B324DB
Black with #B324DB
Text Example
Text Example
White with #B324DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B324DB; }
p { color: rgb(179,36,219); }
H1.HeaderClassName
{
color: #B324DB;
}
.AnyTagClassName
{
color: #B324DB;
}
</style>
background-color css
<style>
a { background-color: #B324DB; }
a { background-color: rgb(179,36,219); }
div.DivClassName
{
background-color: #B324DB;
}
.BgClassName
{
background-color: #B324DB;
}
</style>
border-color css
<style>
span { border-color: #B324DB; }
span { border-color: rgb(179,36,219); }
td.TdClassName
{
border-color: #B324DB;
}
.TagClassName
{
border-color: #B324DB;
}
</style>