Shades of Dark Orchid #B128DF
Tints of Dark Orchid #B128DF
RGB
CMYK
RGB Variations
Color information
#B128DF (or 0xB128DF) is known color: Dark Orchid. HEX triplet: B1, 28 and DF. RGB value is (177,40,223). Sum of RGB (Red+Green+Blue) = 177+40+223=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #B128DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B128DF is #4ED720. Grayscale: #656565. Windows color (decimal): -5166881 or 14624945. OLE color: 14624945.
HSL color Cylindrical-coordinate representation of color #B128DF: hue angle of 284.92º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B128DF is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 40 | 223 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.13 |
| HSL | 284.92º | 0.74% | 0.52% | - |
| HSV(B) | 284.92º | 0.82% | 0.87% | - |
| XYZ | 32.21 | 16.19 | 71.24 | - |
| YUV | 101.83 | 196.39 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 40 | 223 | 0.21 | 0.82 | 0 | 0.13 | 284.92 | 0.74 | 0.52 |
| Hex | B1 | 28 | DF | 15 | 52 | 0 | D | 11D | 4A | 34 |
| Octal | 261 | 50 | 337 | 25 | 122 | 0 | 15 | 435 | 112 | 64 |
| Binary | 10110001 | 101000 | 11011111 | 10101 | 1010010 | 0 | 1101 | 100011101 | 1001010 | 110100 |
Color Harmonies of #B128DF
Complementary color
Monochromatic Colors of #B128DF
Black with #B128DF
Text Example
Text Example
White with #B128DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B128DF; }
p { color: rgb(177,40,223); }
H1.HeaderClassName
{
color: #B128DF;
}
.AnyTagClassName
{
color: #B128DF;
}
</style>
background-color css
<style>
a { background-color: #B128DF; }
a { background-color: rgb(177,40,223); }
div.DivClassName
{
background-color: #B128DF;
}
.BgClassName
{
background-color: #B128DF;
}
</style>
border-color css
<style>
span { border-color: #B128DF; }
span { border-color: rgb(177,40,223); }
td.TdClassName
{
border-color: #B128DF;
}
.TagClassName
{
border-color: #B128DF;
}
</style>