Shades of Medium Orchid #B155CE
Tints of Medium Orchid #B155CE
RGB
CMYK
RGB Variations
Color information
#B155CE (or 0xB155CE) is known color: Medium Orchid. HEX triplet: B1, 55 and CE. RGB value is (177,85,206). Sum of RGB (Red+Green+Blue) = 177+85+206=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #B155CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155CE is #4EAA31. Grayscale: #7D7D7D. Windows color (decimal): -5155378 or 13522353. OLE color: 13522353.
HSL color Cylindrical-coordinate representation of color #B155CE: hue angle of 285.62º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B155CE is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 85 | 206 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.19 |
| HSL | 285.62º | 0.55% | 0.57% | - |
| HSV(B) | 285.62º | 0.59% | 0.81% | - |
| XYZ | 32.52 | 20.3 | 60.6 | - |
| YUV | 126.3 | 172.98 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 206 | 0.14 | 0.59 | 0 | 0.19 | 285.62 | 0.55 | 0.57 |
| Hex | B1 | 55 | CE | E | 3B | 0 | 13 | 11E | 37 | 39 |
| Octal | 261 | 125 | 316 | 16 | 73 | 0 | 23 | 436 | 67 | 71 |
| Binary | 10110001 | 1010101 | 11001110 | 1110 | 111011 | 0 | 10011 | 100011110 | 110111 | 111001 |
Color Harmonies of #B155CE
Complementary color
Monochromatic Colors of #B155CE
Black with #B155CE
Text Example
Text Example
White with #B155CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B155CE; }
p { color: rgb(177,85,206); }
H1.HeaderClassName
{
color: #B155CE;
}
.AnyTagClassName
{
color: #B155CE;
}
</style>
background-color css
<style>
a { background-color: #B155CE; }
a { background-color: rgb(177,85,206); }
div.DivClassName
{
background-color: #B155CE;
}
.BgClassName
{
background-color: #B155CE;
}
</style>
border-color css
<style>
span { border-color: #B155CE; }
span { border-color: rgb(177,85,206); }
td.TdClassName
{
border-color: #B155CE;
}
.TagClassName
{
border-color: #B155CE;
}
</style>