Shades of Dark Orchid #B136EF
Tints of Dark Orchid #B136EF
RGB
CMYK
RGB Variations
Color information
#B136EF (or 0xB136EF) is known color: Dark Orchid. HEX triplet: B1, 36 and EF. RGB value is (177,54,239). Sum of RGB (Red+Green+Blue) = 177+54+239=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 54 (21.48% from 255 or 11.49% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #B136EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B136EF is #4EC910. Grayscale: #6F6F6F. Windows color (decimal): -5163281 or 15677105. OLE color: 15677105.
HSL color Cylindrical-coordinate representation of color #B136EF: hue angle of 279.89º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B136EF is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 54 | 239 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.06 |
| HSL | 279.89º | 0.85% | 0.57% | - |
| HSV(B) | 279.89º | 0.77% | 0.94% | - |
| XYZ | 35.03 | 18.22 | 83.33 | - |
| YUV | 111.87 | 199.75 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 239 | 0.26 | 0.77 | 0 | 0.06 | 279.89 | 0.85 | 0.57 |
| Hex | B1 | 36 | EF | 1A | 4D | 0 | 6 | 118 | 55 | 39 |
| Octal | 261 | 66 | 357 | 32 | 115 | 0 | 6 | 430 | 125 | 71 |
| Binary | 10110001 | 110110 | 11101111 | 11010 | 1001101 | 0 | 110 | 100011000 | 1010101 | 111001 |
Color Harmonies of #B136EF
Complementary color
Monochromatic Colors of #B136EF
Black with #B136EF
Text Example
Text Example
White with #B136EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B136EF; }
p { color: rgb(177,54,239); }
H1.HeaderClassName
{
color: #B136EF;
}
.AnyTagClassName
{
color: #B136EF;
}
</style>
background-color css
<style>
a { background-color: #B136EF; }
a { background-color: rgb(177,54,239); }
div.DivClassName
{
background-color: #B136EF;
}
.BgClassName
{
background-color: #B136EF;
}
</style>
border-color css
<style>
span { border-color: #B136EF; }
span { border-color: rgb(177,54,239); }
td.TdClassName
{
border-color: #B136EF;
}
.TagClassName
{
border-color: #B136EF;
}
</style>