Shades of Dark Orchid #B127ED
Tints of Dark Orchid #B127ED
RGB
CMYK
RGB Variations
Color information
#B127ED (or 0xB127ED) is known color: Dark Orchid. HEX triplet: B1, 27 and ED. RGB value is (177,39,237). Sum of RGB (Red+Green+Blue) = 177+39+237=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 39 (15.62% from 255 or 8.61% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #B127ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B127ED is #4ED812. Grayscale: #666666. Windows color (decimal): -5167123 or 15542193. OLE color: 15542193.
HSL color Cylindrical-coordinate representation of color #B127ED: hue angle of 281.82º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B127ED is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 39 | 237 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.07 |
| HSL | 281.82º | 0.85% | 0.54% | - |
| HSV(B) | 281.82º | 0.84% | 0.93% | - |
| XYZ | 34.14 | 16.91 | 81.59 | - |
| YUV | 102.83 | 203.72 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 39 | 237 | 0.25 | 0.84 | 0 | 0.07 | 281.82 | 0.85 | 0.54 |
| Hex | B1 | 27 | ED | 19 | 54 | 0 | 7 | 11A | 55 | 36 |
| Octal | 261 | 47 | 355 | 31 | 124 | 0 | 7 | 432 | 125 | 66 |
| Binary | 10110001 | 100111 | 11101101 | 11001 | 1010100 | 0 | 111 | 100011010 | 1010101 | 110110 |
Color Harmonies of #B127ED
Complementary color
Monochromatic Colors of #B127ED
Black with #B127ED
Text Example
Text Example
White with #B127ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B127ED; }
p { color: rgb(177,39,237); }
H1.HeaderClassName
{
color: #B127ED;
}
.AnyTagClassName
{
color: #B127ED;
}
</style>
background-color css
<style>
a { background-color: #B127ED; }
a { background-color: rgb(177,39,237); }
div.DivClassName
{
background-color: #B127ED;
}
.BgClassName
{
background-color: #B127ED;
}
</style>
border-color css
<style>
span { border-color: #B127ED; }
span { border-color: rgb(177,39,237); }
td.TdClassName
{
border-color: #B127ED;
}
.TagClassName
{
border-color: #B127ED;
}
</style>