Shades of Dark Orchid #B335DC
Tints of Dark Orchid #B335DC
RGB
CMYK
RGB Variations
Color information
#B335DC (or 0xB335DC) is known color: Dark Orchid. HEX triplet: B3, 35 and DC. RGB value is (179,53,220). Sum of RGB (Red+Green+Blue) = 179+53+220=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 53 (21.09% from 255 or 11.73% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #B335DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B335DC is #4CCA23. Grayscale: #6D6D6D. Windows color (decimal): -5032484 or 14431667. OLE color: 14431667.
HSL color Cylindrical-coordinate representation of color #B335DC: hue angle of 285.27º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B335DC is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 53 | 220 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.14 |
| HSL | 285.27º | 0.7% | 0.54% | - |
| HSV(B) | 285.27º | 0.76% | 0.86% | - |
| XYZ | 32.78 | 17.3 | 69.32 | - |
| YUV | 109.71 | 190.24 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 220 | 0.19 | 0.76 | 0 | 0.14 | 285.27 | 0.7 | 0.54 |
| Hex | B3 | 35 | DC | 13 | 4C | 0 | E | 11D | 46 | 36 |
| Octal | 263 | 65 | 334 | 23 | 114 | 0 | 16 | 435 | 106 | 66 |
| Binary | 10110011 | 110101 | 11011100 | 10011 | 1001100 | 0 | 1110 | 100011101 | 1000110 | 110110 |
Color Harmonies of #B335DC
Complementary color
Monochromatic Colors of #B335DC
Black with #B335DC
Text Example
Text Example
White with #B335DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B335DC; }
p { color: rgb(179,53,220); }
H1.HeaderClassName
{
color: #B335DC;
}
.AnyTagClassName
{
color: #B335DC;
}
</style>
background-color css
<style>
a { background-color: #B335DC; }
a { background-color: rgb(179,53,220); }
div.DivClassName
{
background-color: #B335DC;
}
.BgClassName
{
background-color: #B335DC;
}
</style>
border-color css
<style>
span { border-color: #B335DC; }
span { border-color: rgb(179,53,220); }
td.TdClassName
{
border-color: #B335DC;
}
.TagClassName
{
border-color: #B335DC;
}
</style>