Shades of Dark Orchid #B136D8
Tints of Dark Orchid #B136D8
RGB
CMYK
RGB Variations
Color information
#B136D8 (or 0xB136D8) is known color: Dark Orchid. HEX triplet: B1, 36 and D8. RGB value is (177,54,216). Sum of RGB (Red+Green+Blue) = 177+54+216=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 54 (21.48% from 255 or 12.08% from 447); Blue value is 216 (84.77% from 255 or 48.32% from 447); Max value from RGB is 216 - color contains mainly: blue. Hex color #B136D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B136D8 is #4EC927. Grayscale: #6C6C6C. Windows color (decimal): -5163304 or 14169777. OLE color: 14169777.
HSL color Cylindrical-coordinate representation of color #B136D8: hue angle of 285.56º degrees, saturation: 0.68, 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 #B136D8 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 54 | 216 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.15 |
| HSL | 285.56º | 0.68% | 0.53% | - |
| HSV(B) | 285.56º | 0.75% | 0.85% | - |
| XYZ | 31.85 | 16.94 | 66.56 | - |
| YUV | 109.25 | 188.25 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 216 | 0.18 | 0.75 | 0 | 0.15 | 285.56 | 0.68 | 0.53 |
| Hex | B1 | 36 | D8 | 12 | 4B | 0 | F | 11E | 44 | 35 |
| Octal | 261 | 66 | 330 | 22 | 113 | 0 | 17 | 436 | 104 | 65 |
| Binary | 10110001 | 110110 | 11011000 | 10010 | 1001011 | 0 | 1111 | 100011110 | 1000100 | 110101 |
Color Harmonies of #B136D8
Complementary color
Monochromatic Colors of #B136D8
Black with #B136D8
Text Example
Text Example
White with #B136D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B136D8; }
p { color: rgb(177,54,216); }
H1.HeaderClassName
{
color: #B136D8;
}
.AnyTagClassName
{
color: #B136D8;
}
</style>
background-color css
<style>
a { background-color: #B136D8; }
a { background-color: rgb(177,54,216); }
div.DivClassName
{
background-color: #B136D8;
}
.BgClassName
{
background-color: #B136D8;
}
</style>
border-color css
<style>
span { border-color: #B136D8; }
span { border-color: rgb(177,54,216); }
td.TdClassName
{
border-color: #B136D8;
}
.TagClassName
{
border-color: #B136D8;
}
</style>