Shades of Medium Orchid #B156CB
Tints of Medium Orchid #B156CB
RGB
CMYK
RGB Variations
Color information
#B156CB (or 0xB156CB) is known color: Medium Orchid. HEX triplet: B1, 56 and CB. RGB value is (177,86,203). Sum of RGB (Red+Green+Blue) = 177+86+203=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #B156CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B156CB is #4EA934. Grayscale: #7E7E7E. Windows color (decimal): -5155125 or 13326001. OLE color: 13326001.
HSL color Cylindrical-coordinate representation of color #B156CB: hue angle of 286.67º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B156CB is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 86 | 203 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.20 |
| HSL | 286.67º | 0.53% | 0.57% | - |
| HSV(B) | 286.67º | 0.58% | 0.8% | - |
| XYZ | 32.24 | 20.31 | 58.72 | - |
| YUV | 126.55 | 171.15 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 203 | 0.13 | 0.58 | 0 | 0.20 | 286.67 | 0.53 | 0.57 |
| Hex | B1 | 56 | CB | D | 3A | 0 | 14 | 11F | 35 | 39 |
| Octal | 261 | 126 | 313 | 15 | 72 | 0 | 24 | 437 | 65 | 71 |
| Binary | 10110001 | 1010110 | 11001011 | 1101 | 111010 | 0 | 10100 | 100011111 | 110101 | 111001 |
Color Harmonies of #B156CB
Complementary color
Monochromatic Colors of #B156CB
Black with #B156CB
Text Example
Text Example
White with #B156CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B156CB; }
p { color: rgb(177,86,203); }
H1.HeaderClassName
{
color: #B156CB;
}
.AnyTagClassName
{
color: #B156CB;
}
</style>
background-color css
<style>
a { background-color: #B156CB; }
a { background-color: rgb(177,86,203); }
div.DivClassName
{
background-color: #B156CB;
}
.BgClassName
{
background-color: #B156CB;
}
</style>
border-color css
<style>
span { border-color: #B156CB; }
span { border-color: rgb(177,86,203); }
td.TdClassName
{
border-color: #B156CB;
}
.TagClassName
{
border-color: #B156CB;
}
</style>