Shades of Medium Orchid #B155C2
Tints of Medium Orchid #B155C2
RGB
CMYK
RGB Variations
Color information
#B155C2 (or 0xB155C2) is known color: Medium Orchid. HEX triplet: B1, 55 and C2. RGB value is (177,85,194). Sum of RGB (Red+Green+Blue) = 177+85+194=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 194 - color contains mainly: blue. Hex color #B155C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155C2 is #4EAA3D. Grayscale: #7C7C7C. Windows color (decimal): -5155390 or 12735921. OLE color: 12735921.
HSL color Cylindrical-coordinate representation of color #B155C2: hue angle of 290.64º degrees, saturation: 0.47, 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 #B155C2 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 85 | 194 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.24 |
| HSL | 290.64º | 0.47% | 0.55% | - |
| HSV(B) | 290.64º | 0.56% | 0.76% | - |
| XYZ | 31.12 | 19.74 | 53.21 | - |
| YUV | 124.93 | 166.98 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 194 | 0.09 | 0.56 | 0 | 0.24 | 290.64 | 0.47 | 0.55 |
| Hex | B1 | 55 | C2 | 9 | 38 | 0 | 18 | 123 | 2F | 37 |
| Octal | 261 | 125 | 302 | 11 | 70 | 0 | 30 | 443 | 57 | 67 |
| Binary | 10110001 | 1010101 | 11000010 | 1001 | 111000 | 0 | 11000 | 100100011 | 101111 | 110111 |
Color Harmonies of #B155C2
Complementary color
Monochromatic Colors of #B155C2
Black with #B155C2
Text Example
Text Example
White with #B155C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B155C2; }
p { color: rgb(177,85,194); }
H1.HeaderClassName
{
color: #B155C2;
}
.AnyTagClassName
{
color: #B155C2;
}
</style>
background-color css
<style>
a { background-color: #B155C2; }
a { background-color: rgb(177,85,194); }
div.DivClassName
{
background-color: #B155C2;
}
.BgClassName
{
background-color: #B155C2;
}
</style>
border-color css
<style>
span { border-color: #B155C2; }
span { border-color: rgb(177,85,194); }
td.TdClassName
{
border-color: #B155C2;
}
.TagClassName
{
border-color: #B155C2;
}
</style>