Shades of Dark Orchid #B128DD
Tints of Dark Orchid #B128DD
RGB
CMYK
RGB Variations
Color information
#B128DD (or 0xB128DD) is known color: Dark Orchid. HEX triplet: B1, 28 and DD. RGB value is (177,40,221). Sum of RGB (Red+Green+Blue) = 177+40+221=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 40 (16.02% from 255 or 9.13% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #B128DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B128DD is #4ED722. Grayscale: #656565. Windows color (decimal): -5166883 or 14493873. OLE color: 14493873.
HSL color Cylindrical-coordinate representation of color #B128DD: hue angle of 285.41º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B128DD is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 40 | 221 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.13 |
| HSL | 285.41º | 0.73% | 0.51% | - |
| HSV(B) | 285.41º | 0.82% | 0.87% | - |
| XYZ | 31.94 | 16.09 | 69.83 | - |
| YUV | 101.6 | 195.39 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 40 | 221 | 0.20 | 0.82 | 0 | 0.13 | 285.41 | 0.73 | 0.51 |
| Hex | B1 | 28 | DD | 14 | 52 | 0 | D | 11D | 49 | 33 |
| Octal | 261 | 50 | 335 | 24 | 122 | 0 | 15 | 435 | 111 | 63 |
| Binary | 10110001 | 101000 | 11011101 | 10100 | 1010010 | 0 | 1101 | 100011101 | 1001001 | 110011 |
Color Harmonies of #B128DD
Complementary color
Monochromatic Colors of #B128DD
Black with #B128DD
Text Example
Text Example
White with #B128DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B128DD; }
p { color: rgb(177,40,221); }
H1.HeaderClassName
{
color: #B128DD;
}
.AnyTagClassName
{
color: #B128DD;
}
</style>
background-color css
<style>
a { background-color: #B128DD; }
a { background-color: rgb(177,40,221); }
div.DivClassName
{
background-color: #B128DD;
}
.BgClassName
{
background-color: #B128DD;
}
</style>
border-color css
<style>
span { border-color: #B128DD; }
span { border-color: rgb(177,40,221); }
td.TdClassName
{
border-color: #B128DD;
}
.TagClassName
{
border-color: #B128DD;
}
</style>