Shades of Medium Orchid #B155C3
Tints of Medium Orchid #B155C3
RGB
CMYK
RGB Variations
Color information
#B155C3 (or 0xB155C3) is known color: Medium Orchid. HEX triplet: B1, 55 and C3. RGB value is (177,85,195). Sum of RGB (Red+Green+Blue) = 177+85+195=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 195 - color contains mainly: blue. Hex color #B155C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155C3 is #4EAA3C. Grayscale: #7C7C7C. Windows color (decimal): -5155389 or 12801457. OLE color: 12801457.
HSL color Cylindrical-coordinate representation of color #B155C3: hue angle of 290.18º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B155C3 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 85 | 195 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.24 |
| HSL | 290.18º | 0.48% | 0.55% | - |
| HSV(B) | 290.18º | 0.56% | 0.76% | - |
| XYZ | 31.23 | 19.78 | 53.8 | - |
| YUV | 125.05 | 167.48 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 195 | 0.09 | 0.56 | 0 | 0.24 | 290.18 | 0.48 | 0.55 |
| Hex | B1 | 55 | C3 | 9 | 38 | 0 | 18 | 122 | 30 | 37 |
| Octal | 261 | 125 | 303 | 11 | 70 | 0 | 30 | 442 | 60 | 67 |
| Binary | 10110001 | 1010101 | 11000011 | 1001 | 111000 | 0 | 11000 | 100100010 | 110000 | 110111 |
Color Harmonies of #B155C3
Complementary color
Monochromatic Colors of #B155C3
Black with #B155C3
Text Example
Text Example
White with #B155C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B155C3; }
p { color: rgb(177,85,195); }
H1.HeaderClassName
{
color: #B155C3;
}
.AnyTagClassName
{
color: #B155C3;
}
</style>
background-color css
<style>
a { background-color: #B155C3; }
a { background-color: rgb(177,85,195); }
div.DivClassName
{
background-color: #B155C3;
}
.BgClassName
{
background-color: #B155C3;
}
</style>
border-color css
<style>
span { border-color: #B155C3; }
span { border-color: rgb(177,85,195); }
td.TdClassName
{
border-color: #B155C3;
}
.TagClassName
{
border-color: #B155C3;
}
</style>