Shades of Dark Orchid #B137D8
Tints of Dark Orchid #B137D8
RGB
CMYK
RGB Variations
Color information
#B137D8 (or 0xB137D8) is known color: Dark Orchid. HEX triplet: B1, 37 and D8. RGB value is (177,55,216). Sum of RGB (Red+Green+Blue) = 177+55+216=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 55 (21.88% from 255 or 12.28% from 448); Blue value is 216 (84.77% from 255 or 48.21% from 448); Max value from RGB is 216 - color contains mainly: blue. Hex color #B137D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B137D8 is #4EC827. Grayscale: #6D6D6D. Windows color (decimal): -5163048 or 14170033. OLE color: 14170033.
HSL color Cylindrical-coordinate representation of color #B137D8: hue angle of 285.47º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B137D8 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 55 | 216 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.15 |
| HSL | 285.47º | 0.67% | 0.53% | - |
| HSV(B) | 285.47º | 0.75% | 0.85% | - |
| XYZ | 31.89 | 17.04 | 66.57 | - |
| YUV | 109.83 | 187.92 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 55 | 216 | 0.18 | 0.75 | 0 | 0.15 | 285.47 | 0.67 | 0.53 |
| Hex | B1 | 37 | D8 | 12 | 4B | 0 | F | 11D | 43 | 35 |
| Octal | 261 | 67 | 330 | 22 | 113 | 0 | 17 | 435 | 103 | 65 |
| Binary | 10110001 | 110111 | 11011000 | 10010 | 1001011 | 0 | 1111 | 100011101 | 1000011 | 110101 |
Color Harmonies of #B137D8
Complementary color
Monochromatic Colors of #B137D8
Black with #B137D8
Text Example
Text Example
White with #B137D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B137D8; }
p { color: rgb(177,55,216); }
H1.HeaderClassName
{
color: #B137D8;
}
.AnyTagClassName
{
color: #B137D8;
}
</style>
background-color css
<style>
a { background-color: #B137D8; }
a { background-color: rgb(177,55,216); }
div.DivClassName
{
background-color: #B137D8;
}
.BgClassName
{
background-color: #B137D8;
}
</style>
border-color css
<style>
span { border-color: #B137D8; }
span { border-color: rgb(177,55,216); }
td.TdClassName
{
border-color: #B137D8;
}
.TagClassName
{
border-color: #B137D8;
}
</style>