Shades of Dark Orchid #B137CB
Tints of Dark Orchid #B137CB
RGB
CMYK
RGB Variations
Color information
#B137CB (or 0xB137CB) is known color: Dark Orchid. HEX triplet: B1, 37 and CB. RGB value is (177,55,203). Sum of RGB (Red+Green+Blue) = 177+55+203=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 55 (21.88% from 255 or 12.64% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #B137CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B137CB is #4EC834. Grayscale: #6B6B6B. Windows color (decimal): -5163061 or 13318065. OLE color: 13318065.
HSL color Cylindrical-coordinate representation of color #B137CB: hue angle of 289.46º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B137CB is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 55 | 203 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.20 |
| HSL | 289.46º | 0.59% | 0.51% | - |
| HSV(B) | 289.46º | 0.73% | 0.8% | - |
| XYZ | 30.28 | 16.39 | 58.07 | - |
| YUV | 108.35 | 181.42 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 55 | 203 | 0.13 | 0.73 | 0 | 0.20 | 289.46 | 0.59 | 0.51 |
| Hex | B1 | 37 | CB | D | 49 | 0 | 14 | 121 | 3B | 33 |
| Octal | 261 | 67 | 313 | 15 | 111 | 0 | 24 | 441 | 73 | 63 |
| Binary | 10110001 | 110111 | 11001011 | 1101 | 1001001 | 0 | 10100 | 100100001 | 111011 | 110011 |
Color Harmonies of #B137CB
Complementary color
Monochromatic Colors of #B137CB
Black with #B137CB
Text Example
Text Example
White with #B137CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B137CB; }
p { color: rgb(177,55,203); }
H1.HeaderClassName
{
color: #B137CB;
}
.AnyTagClassName
{
color: #B137CB;
}
</style>
background-color css
<style>
a { background-color: #B137CB; }
a { background-color: rgb(177,55,203); }
div.DivClassName
{
background-color: #B137CB;
}
.BgClassName
{
background-color: #B137CB;
}
</style>
border-color css
<style>
span { border-color: #B137CB; }
span { border-color: rgb(177,55,203); }
td.TdClassName
{
border-color: #B137CB;
}
.TagClassName
{
border-color: #B137CB;
}
</style>