Shades of Dark Orchid #B136BF
Tints of Dark Orchid #B136BF
RGB
CMYK
RGB Variations
Color information
#B136BF (or 0xB136BF) is known color: Dark Orchid. HEX triplet: B1, 36 and BF. RGB value is (177,54,191). Sum of RGB (Red+Green+Blue) = 177+54+191=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #B136BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B136BF is #4EC940. Grayscale: #696969. Windows color (decimal): -5163329 or 12531377. OLE color: 12531377.
HSL color Cylindrical-coordinate representation of color #B136BF: hue angle of 293.87º 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 #B136BF is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 54 | 191 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.25 |
| HSL | 293.87º | 0.56% | 0.48% | - |
| HSV(B) | 293.87º | 0.72% | 0.75% | - |
| XYZ | 28.85 | 15.75 | 50.81 | - |
| YUV | 106.4 | 175.75 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 191 | 0.07 | 0.72 | 0 | 0.25 | 293.87 | 0.56 | 0.48 |
| Hex | B1 | 36 | BF | 7 | 48 | 0 | 19 | 126 | 38 | 30 |
| Octal | 261 | 66 | 277 | 7 | 110 | 0 | 31 | 446 | 70 | 60 |
| Binary | 10110001 | 110110 | 10111111 | 111 | 1001000 | 0 | 11001 | 100100110 | 111000 | 110000 |
Color Harmonies of #B136BF
Complementary color
Monochromatic Colors of #B136BF
Black with #B136BF
Text Example
Text Example
White with #B136BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B136BF; }
p { color: rgb(177,54,191); }
H1.HeaderClassName
{
color: #B136BF;
}
.AnyTagClassName
{
color: #B136BF;
}
</style>
background-color css
<style>
a { background-color: #B136BF; }
a { background-color: rgb(177,54,191); }
div.DivClassName
{
background-color: #B136BF;
}
.BgClassName
{
background-color: #B136BF;
}
</style>
border-color css
<style>
span { border-color: #B136BF; }
span { border-color: rgb(177,54,191); }
td.TdClassName
{
border-color: #B136BF;
}
.TagClassName
{
border-color: #B136BF;
}
</style>