Shades of Dark Orchid #B137DD
Tints of Dark Orchid #B137DD
RGB
CMYK
RGB Variations
Color information
#B137DD (or 0xB137DD) is known color: Dark Orchid. HEX triplet: B1, 37 and DD. RGB value is (177,55,221). Sum of RGB (Red+Green+Blue) = 177+55+221=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 55 (21.88% from 255 or 12.14% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #B137DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B137DD is #4EC822. Grayscale: #6D6D6D. Windows color (decimal): -5163043 or 14497713. OLE color: 14497713.
HSL color Cylindrical-coordinate representation of color #B137DD: hue angle of 284.1º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B137DD is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 55 | 221 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.13 |
| HSL | 284.1º | 0.71% | 0.54% | - |
| HSV(B) | 284.1º | 0.75% | 0.87% | - |
| XYZ | 32.55 | 17.3 | 70.03 | - |
| YUV | 110.4 | 190.42 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 55 | 221 | 0.20 | 0.75 | 0 | 0.13 | 284.1 | 0.71 | 0.54 |
| Hex | B1 | 37 | DD | 14 | 4B | 0 | D | 11C | 47 | 36 |
| Octal | 261 | 67 | 335 | 24 | 113 | 0 | 15 | 434 | 107 | 66 |
| Binary | 10110001 | 110111 | 11011101 | 10100 | 1001011 | 0 | 1101 | 100011100 | 1000111 | 110110 |
Color Harmonies of #B137DD
Complementary color
Monochromatic Colors of #B137DD
Black with #B137DD
Text Example
Text Example
White with #B137DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B137DD; }
p { color: rgb(177,55,221); }
H1.HeaderClassName
{
color: #B137DD;
}
.AnyTagClassName
{
color: #B137DD;
}
</style>
background-color css
<style>
a { background-color: #B137DD; }
a { background-color: rgb(177,55,221); }
div.DivClassName
{
background-color: #B137DD;
}
.BgClassName
{
background-color: #B137DD;
}
</style>
border-color css
<style>
span { border-color: #B137DD; }
span { border-color: rgb(177,55,221); }
td.TdClassName
{
border-color: #B137DD;
}
.TagClassName
{
border-color: #B137DD;
}
</style>