Shades of Dark Orchid #B127BB
Tints of Dark Orchid #B127BB
RGB
CMYK
RGB Variations
Color information
#B127BB (or 0xB127BB) is known color: Dark Orchid. HEX triplet: B1, 27 and BB. RGB value is (177,39,187). Sum of RGB (Red+Green+Blue) = 177+39+187=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #B127BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B127BB is #4ED844. Grayscale: #606060. Windows color (decimal): -5167173 or 12265393. OLE color: 12265393.
HSL color Cylindrical-coordinate representation of color #B127BB: hue angle of 295.95º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B127BB is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 39 | 187 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.27 |
| HSL | 295.95º | 0.65% | 0.44% | - |
| HSV(B) | 295.95º | 0.79% | 0.73% | - |
| XYZ | 27.83 | 14.39 | 48.32 | - |
| YUV | 97.13 | 178.72 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 39 | 187 | 0.05 | 0.79 | 0 | 0.27 | 295.95 | 0.65 | 0.44 |
| Hex | B1 | 27 | BB | 5 | 4F | 0 | 1B | 128 | 41 | 2C |
| Octal | 261 | 47 | 273 | 5 | 117 | 0 | 33 | 450 | 101 | 54 |
| Binary | 10110001 | 100111 | 10111011 | 101 | 1001111 | 0 | 11011 | 100101000 | 1000001 | 101100 |
Color Harmonies of #B127BB
Complementary color
Monochromatic Colors of #B127BB
Black with #B127BB
Text Example
Text Example
White with #B127BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B127BB; }
p { color: rgb(177,39,187); }
H1.HeaderClassName
{
color: #B127BB;
}
.AnyTagClassName
{
color: #B127BB;
}
</style>
background-color css
<style>
a { background-color: #B127BB; }
a { background-color: rgb(177,39,187); }
div.DivClassName
{
background-color: #B127BB;
}
.BgClassName
{
background-color: #B127BB;
}
</style>
border-color css
<style>
span { border-color: #B127BB; }
span { border-color: rgb(177,39,187); }
td.TdClassName
{
border-color: #B127BB;
}
.TagClassName
{
border-color: #B127BB;
}
</style>