Shades of Medium Orchid #B155CB
Tints of Medium Orchid #B155CB
RGB
CMYK
RGB Variations
Color information
#B155CB (or 0xB155CB) is known color: Medium Orchid. HEX triplet: B1, 55 and CB. RGB value is (177,85,203). Sum of RGB (Red+Green+Blue) = 177+85+203=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #B155CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155CB is #4EAA34. Grayscale: #7D7D7D. Windows color (decimal): -5155381 or 13325745. OLE color: 13325745.
HSL color Cylindrical-coordinate representation of color #B155CB: hue angle of 286.78º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B155CB is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 85 | 203 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.20 |
| HSL | 286.78º | 0.53% | 0.56% | - |
| HSV(B) | 286.78º | 0.58% | 0.8% | - |
| XYZ | 32.16 | 20.16 | 58.7 | - |
| YUV | 125.96 | 171.48 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 203 | 0.13 | 0.58 | 0 | 0.20 | 286.78 | 0.53 | 0.56 |
| Hex | B1 | 55 | CB | D | 3A | 0 | 14 | 11F | 35 | 38 |
| Octal | 261 | 125 | 313 | 15 | 72 | 0 | 24 | 437 | 65 | 70 |
| Binary | 10110001 | 1010101 | 11001011 | 1101 | 111010 | 0 | 10100 | 100011111 | 110101 | 111000 |
Color Harmonies of #B155CB
Complementary color
Monochromatic Colors of #B155CB
Black with #B155CB
Text Example
Text Example
White with #B155CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B155CB; }
p { color: rgb(177,85,203); }
H1.HeaderClassName
{
color: #B155CB;
}
.AnyTagClassName
{
color: #B155CB;
}
</style>
background-color css
<style>
a { background-color: #B155CB; }
a { background-color: rgb(177,85,203); }
div.DivClassName
{
background-color: #B155CB;
}
.BgClassName
{
background-color: #B155CB;
}
</style>
border-color css
<style>
span { border-color: #B155CB; }
span { border-color: rgb(177,85,203); }
td.TdClassName
{
border-color: #B155CB;
}
.TagClassName
{
border-color: #B155CB;
}
</style>