Shades of Dark Orchid #B127DE
Tints of Dark Orchid #B127DE
RGB
CMYK
RGB Variations
Color information
#B127DE (or 0xB127DE) is known color: Dark Orchid. HEX triplet: B1, 27 and DE. RGB value is (177,39,222). Sum of RGB (Red+Green+Blue) = 177+39+222=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #B127DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B127DE is #4ED821. Grayscale: #646464. Windows color (decimal): -5167138 or 14559153. OLE color: 14559153.
HSL color Cylindrical-coordinate representation of color #B127DE: hue angle of 285.25º 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 #B127DE is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 39 | 222 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.13 |
| HSL | 285.25º | 0.73% | 0.51% | - |
| HSV(B) | 285.25º | 0.82% | 0.87% | - |
| XYZ | 32.04 | 16.07 | 70.52 | - |
| YUV | 101.12 | 196.22 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 39 | 222 | 0.20 | 0.82 | 0 | 0.13 | 285.25 | 0.73 | 0.51 |
| Hex | B1 | 27 | DE | 14 | 52 | 0 | D | 11D | 49 | 33 |
| Octal | 261 | 47 | 336 | 24 | 122 | 0 | 15 | 435 | 111 | 63 |
| Binary | 10110001 | 100111 | 11011110 | 10100 | 1010010 | 0 | 1101 | 100011101 | 1001001 | 110011 |
Color Harmonies of #B127DE
Complementary color
Monochromatic Colors of #B127DE
Black with #B127DE
Text Example
Text Example
White with #B127DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B127DE; }
p { color: rgb(177,39,222); }
H1.HeaderClassName
{
color: #B127DE;
}
.AnyTagClassName
{
color: #B127DE;
}
</style>
background-color css
<style>
a { background-color: #B127DE; }
a { background-color: rgb(177,39,222); }
div.DivClassName
{
background-color: #B127DE;
}
.BgClassName
{
background-color: #B127DE;
}
</style>
border-color css
<style>
span { border-color: #B127DE; }
span { border-color: rgb(177,39,222); }
td.TdClassName
{
border-color: #B127DE;
}
.TagClassName
{
border-color: #B127DE;
}
</style>