Shades of Medium Orchid #B156F9
Tints of Medium Orchid #B156F9
RGB
CMYK
RGB Variations
Color information
#B156F9 (or 0xB156F9) is known color: Medium Orchid. HEX triplet: B1, 56 and F9. RGB value is (177,86,249). Sum of RGB (Red+Green+Blue) = 177+86+249=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 86 (33.98% from 255 or 16.80% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #B156F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B156F9 is #4EA906. Grayscale: #838383. Windows color (decimal): -5155079 or 16340657. OLE color: 16340657.
HSL color Cylindrical-coordinate representation of color #B156F9: hue angle of 273.5º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B156F9 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 86 | 249 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.02 |
| HSL | 273.5º | 0.93% | 0.66% | - |
| HSV(B) | 273.5º | 0.65% | 0.98% | - |
| XYZ | 38.56 | 22.84 | 92 | - |
| YUV | 131.79 | 194.15 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 249 | 0.29 | 0.65 | 0 | 0.02 | 273.5 | 0.93 | 0.66 |
| Hex | B1 | 56 | F9 | 1D | 41 | 0 | 2 | 111 | 5D | 42 |
| Octal | 261 | 126 | 371 | 35 | 101 | 0 | 2 | 421 | 135 | 102 |
| Binary | 10110001 | 1010110 | 11111001 | 11101 | 1000001 | 0 | 10 | 100010001 | 1011101 | 1000010 |
Color Harmonies of #B156F9
Complementary color
Monochromatic Colors of #B156F9
Black with #B156F9
Text Example
Text Example
White with #B156F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B156F9; }
p { color: rgb(177,86,249); }
H1.HeaderClassName
{
color: #B156F9;
}
.AnyTagClassName
{
color: #B156F9;
}
</style>
background-color css
<style>
a { background-color: #B156F9; }
a { background-color: rgb(177,86,249); }
div.DivClassName
{
background-color: #B156F9;
}
.BgClassName
{
background-color: #B156F9;
}
</style>
border-color css
<style>
span { border-color: #B156F9; }
span { border-color: rgb(177,86,249); }
td.TdClassName
{
border-color: #B156F9;
}
.TagClassName
{
border-color: #B156F9;
}
</style>