Shades of Dark Orchid #882BBC
Tints of Dark Orchid #882BBC
RGB
CMYK
RGB Variations
Color information
#882BBC (or 0x882BBC) is known color: Dark Orchid. HEX triplet: 88, 2B and BC. RGB value is (136,43,188). Sum of RGB (Red+Green+Blue) = 136+43+188=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #882BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882BBC is #77D443. Grayscale: #565656. Windows color (decimal): -7853124 or 12331912. OLE color: 12331912.
HSL color Cylindrical-coordinate representation of color #882BBC: hue angle of 278.48º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #882BBC is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 43 | 188 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.26 |
| HSL | 278.48º | 0.63% | 0.45% | - |
| HSV(B) | 278.48º | 0.77% | 0.74% | - |
| XYZ | 20.09 | 10.59 | 48.56 | - |
| YUV | 87.34 | 184.81 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 188 | 0.28 | 0.77 | 0 | 0.26 | 278.48 | 0.63 | 0.45 |
| Hex | 88 | 2B | BC | 1C | 4D | 0 | 1A | 116 | 3F | 2D |
| Octal | 210 | 53 | 274 | 34 | 115 | 0 | 32 | 426 | 77 | 55 |
| Binary | 10001000 | 101011 | 10111100 | 11100 | 1001101 | 0 | 11010 | 100010110 | 111111 | 101101 |
Color Harmonies of #882BBC
Complementary color
Monochromatic Colors of #882BBC
Black with #882BBC
Text Example
Text Example
White with #882BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882BBC; }
p { color: rgb(136,43,188); }
H1.HeaderClassName
{
color: #882BBC;
}
.AnyTagClassName
{
color: #882BBC;
}
</style>
background-color css
<style>
a { background-color: #882BBC; }
a { background-color: rgb(136,43,188); }
div.DivClassName
{
background-color: #882BBC;
}
.BgClassName
{
background-color: #882BBC;
}
</style>
border-color css
<style>
span { border-color: #882BBC; }
span { border-color: rgb(136,43,188); }
td.TdClassName
{
border-color: #882BBC;
}
.TagClassName
{
border-color: #882BBC;
}
</style>