Shades of Dark Orchid #B336DC
Tints of Dark Orchid #B336DC
RGB
CMYK
RGB Variations
Color information
#B336DC (or 0xB336DC) is known color: Dark Orchid. HEX triplet: B3, 36 and DC. RGB value is (179,54,220). Sum of RGB (Red+Green+Blue) = 179+54+220=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #B336DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B336DC is #4CC923. Grayscale: #6D6D6D. Windows color (decimal): -5032228 or 14431923. OLE color: 14431923.
HSL color Cylindrical-coordinate representation of color #B336DC: hue angle of 285.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B336DC is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 54 | 220 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.14 |
| HSL | 285.18º | 0.7% | 0.54% | - |
| HSV(B) | 285.18º | 0.75% | 0.86% | - |
| XYZ | 32.83 | 17.39 | 69.34 | - |
| YUV | 110.3 | 189.91 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 54 | 220 | 0.19 | 0.75 | 0 | 0.14 | 285.18 | 0.7 | 0.54 |
| Hex | B3 | 36 | DC | 13 | 4B | 0 | E | 11D | 46 | 36 |
| Octal | 263 | 66 | 334 | 23 | 113 | 0 | 16 | 435 | 106 | 66 |
| Binary | 10110011 | 110110 | 11011100 | 10011 | 1001011 | 0 | 1110 | 100011101 | 1000110 | 110110 |
Color Harmonies of #B336DC
Complementary color
Monochromatic Colors of #B336DC
Black with #B336DC
Text Example
Text Example
White with #B336DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B336DC; }
p { color: rgb(179,54,220); }
H1.HeaderClassName
{
color: #B336DC;
}
.AnyTagClassName
{
color: #B336DC;
}
</style>
background-color css
<style>
a { background-color: #B336DC; }
a { background-color: rgb(179,54,220); }
div.DivClassName
{
background-color: #B336DC;
}
.BgClassName
{
background-color: #B336DC;
}
</style>
border-color css
<style>
span { border-color: #B336DC; }
span { border-color: rgb(179,54,220); }
td.TdClassName
{
border-color: #B336DC;
}
.TagClassName
{
border-color: #B336DC;
}
</style>