Shades of Medium Orchid #B155D0
Tints of Medium Orchid #B155D0
RGB
CMYK
RGB Variations
Color information
#B155D0 (or 0xB155D0) is known color: Medium Orchid. HEX triplet: B1, 55 and D0. RGB value is (177,85,208). Sum of RGB (Red+Green+Blue) = 177+85+208=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #B155D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155D0 is #4EAA2F. Grayscale: #7E7E7E. Windows color (decimal): -5155376 or 13653425. OLE color: 13653425.
HSL color Cylindrical-coordinate representation of color #B155D0: hue angle of 284.88º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B155D0 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 85 | 208 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.18 |
| HSL | 284.88º | 0.57% | 0.57% | - |
| HSV(B) | 284.88º | 0.59% | 0.82% | - |
| XYZ | 32.77 | 20.4 | 61.88 | - |
| YUV | 126.53 | 173.98 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 208 | 0.15 | 0.59 | 0 | 0.18 | 284.88 | 0.57 | 0.57 |
| Hex | B1 | 55 | D0 | F | 3B | 0 | 12 | 11D | 39 | 39 |
| Octal | 261 | 125 | 320 | 17 | 73 | 0 | 22 | 435 | 71 | 71 |
| Binary | 10110001 | 1010101 | 11010000 | 1111 | 111011 | 0 | 10010 | 100011101 | 111001 | 111001 |
Color Harmonies of #B155D0
Complementary color
Monochromatic Colors of #B155D0
Black with #B155D0
Text Example
Text Example
White with #B155D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B155D0; }
p { color: rgb(177,85,208); }
H1.HeaderClassName
{
color: #B155D0;
}
.AnyTagClassName
{
color: #B155D0;
}
</style>
background-color css
<style>
a { background-color: #B155D0; }
a { background-color: rgb(177,85,208); }
div.DivClassName
{
background-color: #B155D0;
}
.BgClassName
{
background-color: #B155D0;
}
</style>
border-color css
<style>
span { border-color: #B155D0; }
span { border-color: rgb(177,85,208); }
td.TdClassName
{
border-color: #B155D0;
}
.TagClassName
{
border-color: #B155D0;
}
</style>