Shades of Medium Orchid #B156CC
Tints of Medium Orchid #B156CC
RGB
CMYK
RGB Variations
Color information
#B156CC (or 0xB156CC) is known color: Medium Orchid. HEX triplet: B1, 56 and CC. RGB value is (177,86,204). Sum of RGB (Red+Green+Blue) = 177+86+204=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #B156CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B156CC is #4EA933. Grayscale: #7E7E7E. Windows color (decimal): -5155124 or 13391537. OLE color: 13391537.
HSL color Cylindrical-coordinate representation of color #B156CC: hue angle of 286.27º degrees, saturation: 0.54, 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 #B156CC is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 86 | 204 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.2 |
| HSL | 286.27º | 0.54% | 0.57% | - |
| HSV(B) | 286.27º | 0.58% | 0.8% | - |
| XYZ | 32.36 | 20.36 | 59.35 | - |
| YUV | 126.66 | 171.65 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 204 | 0.13 | 0.58 | 0 | 0.2 | 286.27 | 0.54 | 0.57 |
| Hex | B1 | 56 | CC | D | 3A | 0 | 14 | 11E | 36 | 39 |
| Octal | 261 | 126 | 314 | 15 | 72 | 0 | 24 | 436 | 66 | 71 |
| Binary | 10110001 | 1010110 | 11001100 | 1101 | 111010 | 0 | 10100 | 100011110 | 110110 | 111001 |
Color Harmonies of #B156CC
Complementary color
Monochromatic Colors of #B156CC
Black with #B156CC
Text Example
Text Example
White with #B156CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B156CC; }
p { color: rgb(177,86,204); }
H1.HeaderClassName
{
color: #B156CC;
}
.AnyTagClassName
{
color: #B156CC;
}
</style>
background-color css
<style>
a { background-color: #B156CC; }
a { background-color: rgb(177,86,204); }
div.DivClassName
{
background-color: #B156CC;
}
.BgClassName
{
background-color: #B156CC;
}
</style>
border-color css
<style>
span { border-color: #B156CC; }
span { border-color: rgb(177,86,204); }
td.TdClassName
{
border-color: #B156CC;
}
.TagClassName
{
border-color: #B156CC;
}
</style>