Shades of Dark Orchid #B335DB
Tints of Dark Orchid #B335DB
RGB
CMYK
RGB Variations
Color information
#B335DB (or 0xB335DB) is known color: Dark Orchid. HEX triplet: B3, 35 and DB. RGB value is (179,53,219). Sum of RGB (Red+Green+Blue) = 179+53+219=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 53 (21.09% from 255 or 11.75% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #B335DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B335DB is #4CCA24. Grayscale: #6D6D6D. Windows color (decimal): -5032485 or 14366131. OLE color: 14366131.
HSL color Cylindrical-coordinate representation of color #B335DB: hue angle of 285.54º 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 #B335DB is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 53 | 219 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.14 |
| HSL | 285.54º | 0.7% | 0.53% | - |
| HSV(B) | 285.54º | 0.76% | 0.86% | - |
| XYZ | 32.65 | 17.24 | 68.63 | - |
| YUV | 109.6 | 189.74 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 219 | 0.18 | 0.76 | 0 | 0.14 | 285.54 | 0.7 | 0.53 |
| Hex | B3 | 35 | DB | 12 | 4C | 0 | E | 11E | 46 | 35 |
| Octal | 263 | 65 | 333 | 22 | 114 | 0 | 16 | 436 | 106 | 65 |
| Binary | 10110011 | 110101 | 11011011 | 10010 | 1001100 | 0 | 1110 | 100011110 | 1000110 | 110101 |
Color Harmonies of #B335DB
Complementary color
Monochromatic Colors of #B335DB
Black with #B335DB
Text Example
Text Example
White with #B335DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B335DB; }
p { color: rgb(179,53,219); }
H1.HeaderClassName
{
color: #B335DB;
}
.AnyTagClassName
{
color: #B335DB;
}
</style>
background-color css
<style>
a { background-color: #B335DB; }
a { background-color: rgb(179,53,219); }
div.DivClassName
{
background-color: #B335DB;
}
.BgClassName
{
background-color: #B335DB;
}
</style>
border-color css
<style>
span { border-color: #B335DB; }
span { border-color: rgb(179,53,219); }
td.TdClassName
{
border-color: #B335DB;
}
.TagClassName
{
border-color: #B335DB;
}
</style>