Shades of Medium Orchid #B155FC
Tints of Medium Orchid #B155FC
RGB
CMYK
RGB Variations
Color information
#B155FC (or 0xB155FC) is known color: Medium Orchid. HEX triplet: B1, 55 and FC. RGB value is (177,85,252). Sum of RGB (Red+Green+Blue) = 177+85+252=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 85 (33.59% from 255 or 16.54% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #B155FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B155FC is #4EAA03. Grayscale: #828282. Windows color (decimal): -5155332 or 16537009. OLE color: 16537009.
HSL color Cylindrical-coordinate representation of color #B155FC: hue angle of 273.05º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B155FC is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 85 | 252 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.01 |
| HSL | 273.05º | 0.97% | 0.66% | - |
| HSV(B) | 273.05º | 0.66% | 0.99% | - |
| XYZ | 38.95 | 22.87 | 94.46 | - |
| YUV | 131.55 | 195.98 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 252 | 0.30 | 0.66 | 0 | 0.01 | 273.05 | 0.97 | 0.66 |
| Hex | B1 | 55 | FC | 1E | 42 | 0 | 1 | 111 | 61 | 42 |
| Octal | 261 | 125 | 374 | 36 | 102 | 0 | 1 | 421 | 141 | 102 |
| Binary | 10110001 | 1010101 | 11111100 | 11110 | 1000010 | 0 | 1 | 100010001 | 1100001 | 1000010 |
Color Harmonies of #B155FC
Complementary color
Monochromatic Colors of #B155FC
Black with #B155FC
Text Example
Text Example
White with #B155FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B155FC; }
p { color: rgb(177,85,252); }
H1.HeaderClassName
{
color: #B155FC;
}
.AnyTagClassName
{
color: #B155FC;
}
</style>
background-color css
<style>
a { background-color: #B155FC; }
a { background-color: rgb(177,85,252); }
div.DivClassName
{
background-color: #B155FC;
}
.BgClassName
{
background-color: #B155FC;
}
</style>
border-color css
<style>
span { border-color: #B155FC; }
span { border-color: rgb(177,85,252); }
td.TdClassName
{
border-color: #B155FC;
}
.TagClassName
{
border-color: #B155FC;
}
</style>