Shades of Dark Orchid #B127CE
Tints of Dark Orchid #B127CE
RGB
CMYK
RGB Variations
Color information
#B127CE (or 0xB127CE) is known color: Dark Orchid. HEX triplet: B1, 27 and CE. RGB value is (177,39,206). Sum of RGB (Red+Green+Blue) = 177+39+206=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 39 (15.62% from 255 or 9.24% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #B127CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B127CE is #4ED831. Grayscale: #626262. Windows color (decimal): -5167154 or 13510577. OLE color: 13510577.
HSL color Cylindrical-coordinate representation of color #B127CE: hue angle of 289.58º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B127CE is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 39 | 206 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.19 |
| HSL | 289.58º | 0.68% | 0.48% | - |
| HSV(B) | 289.58º | 0.81% | 0.81% | - |
| XYZ | 30 | 15.25 | 59.76 | - |
| YUV | 99.3 | 188.22 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 39 | 206 | 0.14 | 0.81 | 0 | 0.19 | 289.58 | 0.68 | 0.48 |
| Hex | B1 | 27 | CE | E | 51 | 0 | 13 | 122 | 44 | 30 |
| Octal | 261 | 47 | 316 | 16 | 121 | 0 | 23 | 442 | 104 | 60 |
| Binary | 10110001 | 100111 | 11001110 | 1110 | 1010001 | 0 | 10011 | 100100010 | 1000100 | 110000 |
Color Harmonies of #B127CE
Complementary color
Monochromatic Colors of #B127CE
Black with #B127CE
Text Example
Text Example
White with #B127CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B127CE; }
p { color: rgb(177,39,206); }
H1.HeaderClassName
{
color: #B127CE;
}
.AnyTagClassName
{
color: #B127CE;
}
</style>
background-color css
<style>
a { background-color: #B127CE; }
a { background-color: rgb(177,39,206); }
div.DivClassName
{
background-color: #B127CE;
}
.BgClassName
{
background-color: #B127CE;
}
</style>
border-color css
<style>
span { border-color: #B127CE; }
span { border-color: rgb(177,39,206); }
td.TdClassName
{
border-color: #B127CE;
}
.TagClassName
{
border-color: #B127CE;
}
</style>