Shades of Dark Orchid #B323DB
Tints of Dark Orchid #B323DB
RGB
CMYK
RGB Variations
Color information
#B323DB (or 0xB323DB) is known color: Dark Orchid. HEX triplet: B3, 23 and DB. RGB value is (179,35,219). Sum of RGB (Red+Green+Blue) = 179+35+219=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 35 (14.06% from 255 or 8.08% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #B323DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B323DB is #4CDC24. Grayscale: #626262. Windows color (decimal): -5037093 or 14361523. OLE color: 14361523.
HSL color Cylindrical-coordinate representation of color #B323DB: hue angle of 286.96º 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 #B323DB is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 35 | 219 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.14 |
| HSL | 286.96º | 0.72% | 0.5% | - |
| HSV(B) | 286.96º | 0.84% | 0.86% | - |
| XYZ | 31.98 | 15.9 | 68.4 | - |
| YUV | 99.03 | 195.71 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 219 | 0.18 | 0.84 | 0 | 0.14 | 286.96 | 0.72 | 0.5 |
| Hex | B3 | 23 | DB | 12 | 54 | 0 | E | 11F | 48 | 32 |
| Octal | 263 | 43 | 333 | 22 | 124 | 0 | 16 | 437 | 110 | 62 |
| Binary | 10110011 | 100011 | 11011011 | 10010 | 1010100 | 0 | 1110 | 100011111 | 1001000 | 110010 |
Color Harmonies of #B323DB
Complementary color
Monochromatic Colors of #B323DB
Black with #B323DB
Text Example
Text Example
White with #B323DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B323DB; }
p { color: rgb(179,35,219); }
H1.HeaderClassName
{
color: #B323DB;
}
.AnyTagClassName
{
color: #B323DB;
}
</style>
background-color css
<style>
a { background-color: #B323DB; }
a { background-color: rgb(179,35,219); }
div.DivClassName
{
background-color: #B323DB;
}
.BgClassName
{
background-color: #B323DB;
}
</style>
border-color css
<style>
span { border-color: #B323DB; }
span { border-color: rgb(179,35,219); }
td.TdClassName
{
border-color: #B323DB;
}
.TagClassName
{
border-color: #B323DB;
}
</style>