Shades of Medium Orchid #B156FF
Tints of Medium Orchid #B156FF
RGB
CMYK
RGB Variations
Color information
#B156FF (or 0xB156FF) is known color: Medium Orchid. HEX triplet: B1, 56 and FF. RGB value is (177,86,255). Sum of RGB (Red+Green+Blue) = 177+86+255=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 86 (33.98% from 255 or 16.60% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #B156FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B156FF is #4EA900. Grayscale: #838383. Windows color (decimal): -5155073 or 16733873. OLE color: 16733873.
HSL color Cylindrical-coordinate representation of color #B156FF: hue angle of 272.31º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B156FF is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 86 | 255 | - |
| CMYK | 0.31 | 0.66 | 0 | 0 |
| HSL | 272.31º | 1% | 0.67% | - |
| HSV(B) | 272.31º | 0.66% | 1% | - |
| XYZ | 39.51 | 23.22 | 97.01 | - |
| YUV | 132.48 | 197.15 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 255 | 0.31 | 0.66 | 0 | 0 | 272.31 | 1 | 0.67 |
| Hex | B1 | 56 | FF | 1F | 42 | 0 | 0 | 110 | 64 | 43 |
| Octal | 261 | 126 | 377 | 37 | 102 | 0 | 0 | 420 | 144 | 103 |
| Binary | 10110001 | 1010110 | 11111111 | 11111 | 1000010 | 0 | 0 | 100010000 | 1100100 | 1000011 |
Color Harmonies of #B156FF
Complementary color
Monochromatic Colors of #B156FF
Black with #B156FF
Text Example
Text Example
White with #B156FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B156FF; }
p { color: rgb(177,86,255); }
H1.HeaderClassName
{
color: #B156FF;
}
.AnyTagClassName
{
color: #B156FF;
}
</style>
background-color css
<style>
a { background-color: #B156FF; }
a { background-color: rgb(177,86,255); }
div.DivClassName
{
background-color: #B156FF;
}
.BgClassName
{
background-color: #B156FF;
}
</style>
border-color css
<style>
span { border-color: #B156FF; }
span { border-color: rgb(177,86,255); }
td.TdClassName
{
border-color: #B156FF;
}
.TagClassName
{
border-color: #B156FF;
}
</style>