Shades of Dark Orchid #B128DC
Tints of Dark Orchid #B128DC
RGB
CMYK
RGB Variations
Color information
#B128DC (or 0xB128DC) is known color: Dark Orchid. HEX triplet: B1, 28 and DC. RGB value is (177,40,220). Sum of RGB (Red+Green+Blue) = 177+40+220=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #B128DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B128DC is #4ED723. Grayscale: #646464. Windows color (decimal): -5166884 or 14428337. OLE color: 14428337.
HSL color Cylindrical-coordinate representation of color #B128DC: hue angle of 285.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B128DC is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 40 | 220 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.14 |
| HSL | 285.67º | 0.72% | 0.51% | - |
| HSV(B) | 285.67º | 0.82% | 0.86% | - |
| XYZ | 31.81 | 16.03 | 69.13 | - |
| YUV | 101.48 | 194.89 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 40 | 220 | 0.20 | 0.82 | 0 | 0.14 | 285.67 | 0.72 | 0.51 |
| Hex | B1 | 28 | DC | 14 | 52 | 0 | E | 11E | 48 | 33 |
| Octal | 261 | 50 | 334 | 24 | 122 | 0 | 16 | 436 | 110 | 63 |
| Binary | 10110001 | 101000 | 11011100 | 10100 | 1010010 | 0 | 1110 | 100011110 | 1001000 | 110011 |
Color Harmonies of #B128DC
Complementary color
Monochromatic Colors of #B128DC
Black with #B128DC
Text Example
Text Example
White with #B128DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B128DC; }
p { color: rgb(177,40,220); }
H1.HeaderClassName
{
color: #B128DC;
}
.AnyTagClassName
{
color: #B128DC;
}
</style>
background-color css
<style>
a { background-color: #B128DC; }
a { background-color: rgb(177,40,220); }
div.DivClassName
{
background-color: #B128DC;
}
.BgClassName
{
background-color: #B128DC;
}
</style>
border-color css
<style>
span { border-color: #B128DC; }
span { border-color: rgb(177,40,220); }
td.TdClassName
{
border-color: #B128DC;
}
.TagClassName
{
border-color: #B128DC;
}
</style>