Shades of Medium Orchid #B155D6
Tints of Medium Orchid #B155D6
RGB
CMYK
RGB Variations
Color information
#B155D6 (or 0xB155D6) is known color: Medium Orchid. HEX triplet: B1, 55 and D6. RGB value is (177,85,214). Sum of RGB (Red+Green+Blue) = 177+85+214=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 214 - color contains mainly: blue. Hex color #B155D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155D6 is #4EAA29. Grayscale: #7E7E7E. Windows color (decimal): -5155370 or 14046641. OLE color: 14046641.
HSL color Cylindrical-coordinate representation of color #B155D6: hue angle of 282.79º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B155D6 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 85 | 214 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.16 |
| HSL | 282.79º | 0.61% | 0.59% | - |
| HSV(B) | 282.79º | 0.6% | 0.84% | - |
| XYZ | 33.52 | 20.7 | 65.85 | - |
| YUV | 127.21 | 176.98 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 214 | 0.17 | 0.60 | 0 | 0.16 | 282.79 | 0.61 | 0.59 |
| Hex | B1 | 55 | D6 | 11 | 3C | 0 | 10 | 11B | 3D | 3B |
| Octal | 261 | 125 | 326 | 21 | 74 | 0 | 20 | 433 | 75 | 73 |
| Binary | 10110001 | 1010101 | 11010110 | 10001 | 111100 | 0 | 10000 | 100011011 | 111101 | 111011 |
Color Harmonies of #B155D6
Complementary color
Monochromatic Colors of #B155D6
Black with #B155D6
Text Example
Text Example
White with #B155D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B155D6; }
p { color: rgb(177,85,214); }
H1.HeaderClassName
{
color: #B155D6;
}
.AnyTagClassName
{
color: #B155D6;
}
</style>
background-color css
<style>
a { background-color: #B155D6; }
a { background-color: rgb(177,85,214); }
div.DivClassName
{
background-color: #B155D6;
}
.BgClassName
{
background-color: #B155D6;
}
</style>
border-color css
<style>
span { border-color: #B155D6; }
span { border-color: rgb(177,85,214); }
td.TdClassName
{
border-color: #B155D6;
}
.TagClassName
{
border-color: #B155D6;
}
</style>