Shades of Dark Orchid #B334DB
Tints of Dark Orchid #B334DB
RGB
CMYK
RGB Variations
Color information
#B334DB (or 0xB334DB) is known color: Dark Orchid. HEX triplet: B3, 34 and DB. RGB value is (179,52,219). Sum of RGB (Red+Green+Blue) = 179+52+219=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 52 (20.70% from 255 or 11.56% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #B334DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B334DB is #4CCB24. Grayscale: #6C6C6C. Windows color (decimal): -5032741 or 14365875. OLE color: 14365875.
HSL color Cylindrical-coordinate representation of color #B334DB: hue angle of 285.63º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B334DB is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 52 | 219 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.14 |
| HSL | 285.63º | 0.7% | 0.53% | - |
| HSV(B) | 285.63º | 0.76% | 0.86% | - |
| XYZ | 32.6 | 17.15 | 68.61 | - |
| YUV | 109.01 | 190.08 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 219 | 0.18 | 0.76 | 0 | 0.14 | 285.63 | 0.7 | 0.53 |
| Hex | B3 | 34 | DB | 12 | 4C | 0 | E | 11E | 46 | 35 |
| Octal | 263 | 64 | 333 | 22 | 114 | 0 | 16 | 436 | 106 | 65 |
| Binary | 10110011 | 110100 | 11011011 | 10010 | 1001100 | 0 | 1110 | 100011110 | 1000110 | 110101 |
Color Harmonies of #B334DB
Complementary color
Monochromatic Colors of #B334DB
Black with #B334DB
Text Example
Text Example
White with #B334DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B334DB; }
p { color: rgb(179,52,219); }
H1.HeaderClassName
{
color: #B334DB;
}
.AnyTagClassName
{
color: #B334DB;
}
</style>
background-color css
<style>
a { background-color: #B334DB; }
a { background-color: rgb(179,52,219); }
div.DivClassName
{
background-color: #B334DB;
}
.BgClassName
{
background-color: #B334DB;
}
</style>
border-color css
<style>
span { border-color: #B334DB; }
span { border-color: rgb(179,52,219); }
td.TdClassName
{
border-color: #B334DB;
}
.TagClassName
{
border-color: #B334DB;
}
</style>