Shades of Dark Orchid #B136BE
Tints of Dark Orchid #B136BE
RGB
CMYK
RGB Variations
Color information
#B136BE (or 0xB136BE) is known color: Dark Orchid. HEX triplet: B1, 36 and BE. RGB value is (177,54,190). Sum of RGB (Red+Green+Blue) = 177+54+190=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #B136BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B136BE is #4EC941. Grayscale: #696969. Windows color (decimal): -5163330 or 12465841. OLE color: 12465841.
HSL color Cylindrical-coordinate representation of color #B136BE: hue angle of 294.26º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B136BE is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 54 | 190 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.25 |
| HSL | 294.26º | 0.56% | 0.48% | - |
| HSV(B) | 294.26º | 0.72% | 0.75% | - |
| XYZ | 28.74 | 15.7 | 50.23 | - |
| YUV | 106.28 | 175.25 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 190 | 0.07 | 0.72 | 0 | 0.25 | 294.26 | 0.56 | 0.48 |
| Hex | B1 | 36 | BE | 7 | 48 | 0 | 19 | 126 | 38 | 30 |
| Octal | 261 | 66 | 276 | 7 | 110 | 0 | 31 | 446 | 70 | 60 |
| Binary | 10110001 | 110110 | 10111110 | 111 | 1001000 | 0 | 11001 | 100100110 | 111000 | 110000 |
Color Harmonies of #B136BE
Complementary color
Monochromatic Colors of #B136BE
Black with #B136BE
Text Example
Text Example
White with #B136BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B136BE; }
p { color: rgb(177,54,190); }
H1.HeaderClassName
{
color: #B136BE;
}
.AnyTagClassName
{
color: #B136BE;
}
</style>
background-color css
<style>
a { background-color: #B136BE; }
a { background-color: rgb(177,54,190); }
div.DivClassName
{
background-color: #B136BE;
}
.BgClassName
{
background-color: #B136BE;
}
</style>
border-color css
<style>
span { border-color: #B136BE; }
span { border-color: rgb(177,54,190); }
td.TdClassName
{
border-color: #B136BE;
}
.TagClassName
{
border-color: #B136BE;
}
</style>