Shades of Dark Orchid #B136EA
Tints of Dark Orchid #B136EA
RGB
CMYK
RGB Variations
Color information
#B136EA (or 0xB136EA) is known color: Dark Orchid. HEX triplet: B1, 36 and EA. RGB value is (177,54,234). Sum of RGB (Red+Green+Blue) = 177+54+234=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #B136EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B136EA is #4EC915. Grayscale: #6E6E6E. Windows color (decimal): -5163286 or 15349425. OLE color: 15349425.
HSL color Cylindrical-coordinate representation of color #B136EA: hue angle of 281º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B136EA is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 54 | 234 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.08 |
| HSL | 281º | 0.81% | 0.56% | - |
| HSV(B) | 281º | 0.77% | 0.92% | - |
| XYZ | 34.3 | 17.93 | 79.49 | - |
| YUV | 111.3 | 197.25 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 234 | 0.24 | 0.77 | 0 | 0.08 | 281 | 0.81 | 0.56 |
| Hex | B1 | 36 | EA | 18 | 4D | 0 | 8 | 119 | 51 | 38 |
| Octal | 261 | 66 | 352 | 30 | 115 | 0 | 10 | 431 | 121 | 70 |
| Binary | 10110001 | 110110 | 11101010 | 11000 | 1001101 | 0 | 1000 | 100011001 | 1010001 | 111000 |
Color Harmonies of #B136EA
Complementary color
Monochromatic Colors of #B136EA
Black with #B136EA
Text Example
Text Example
White with #B136EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B136EA; }
p { color: rgb(177,54,234); }
H1.HeaderClassName
{
color: #B136EA;
}
.AnyTagClassName
{
color: #B136EA;
}
</style>
background-color css
<style>
a { background-color: #B136EA; }
a { background-color: rgb(177,54,234); }
div.DivClassName
{
background-color: #B136EA;
}
.BgClassName
{
background-color: #B136EA;
}
</style>
border-color css
<style>
span { border-color: #B136EA; }
span { border-color: rgb(177,54,234); }
td.TdClassName
{
border-color: #B136EA;
}
.TagClassName
{
border-color: #B136EA;
}
</style>