Shades of Dark Orchid #B136DD
Tints of Dark Orchid #B136DD
RGB
CMYK
RGB Variations
Color information
#B136DD (or 0xB136DD) is known color: Dark Orchid. HEX triplet: B1, 36 and DD. RGB value is (177,54,221). Sum of RGB (Red+Green+Blue) = 177+54+221=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 54 (21.48% from 255 or 11.95% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #B136DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B136DD is #4EC922. Grayscale: #6D6D6D. Windows color (decimal): -5163299 or 14497457. OLE color: 14497457.
HSL color Cylindrical-coordinate representation of color #B136DD: hue angle of 284.19º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B136DD is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 54 | 221 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.13 |
| HSL | 284.19º | 0.71% | 0.54% | - |
| HSV(B) | 284.19º | 0.76% | 0.87% | - |
| XYZ | 32.5 | 17.21 | 70.01 | - |
| YUV | 109.82 | 190.75 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 221 | 0.20 | 0.76 | 0 | 0.13 | 284.19 | 0.71 | 0.54 |
| Hex | B1 | 36 | DD | 14 | 4C | 0 | D | 11C | 47 | 36 |
| Octal | 261 | 66 | 335 | 24 | 114 | 0 | 15 | 434 | 107 | 66 |
| Binary | 10110001 | 110110 | 11011101 | 10100 | 1001100 | 0 | 1101 | 100011100 | 1000111 | 110110 |
Color Harmonies of #B136DD
Complementary color
Monochromatic Colors of #B136DD
Black with #B136DD
Text Example
Text Example
White with #B136DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B136DD; }
p { color: rgb(177,54,221); }
H1.HeaderClassName
{
color: #B136DD;
}
.AnyTagClassName
{
color: #B136DD;
}
</style>
background-color css
<style>
a { background-color: #B136DD; }
a { background-color: rgb(177,54,221); }
div.DivClassName
{
background-color: #B136DD;
}
.BgClassName
{
background-color: #B136DD;
}
</style>
border-color css
<style>
span { border-color: #B136DD; }
span { border-color: rgb(177,54,221); }
td.TdClassName
{
border-color: #B136DD;
}
.TagClassName
{
border-color: #B136DD;
}
</style>