Shades of Medium Orchid #B159CB
Tints of Medium Orchid #B159CB
RGB
CMYK
RGB Variations
Color information
#B159CB (or 0xB159CB) is known color: Medium Orchid. HEX triplet: B1, 59 and CB. RGB value is (177,89,203). Sum of RGB (Red+Green+Blue) = 177+89+203=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #B159CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B159CB is #4EA634. Grayscale: #7F7F7F. Windows color (decimal): -5154357 or 13326769. OLE color: 13326769.
HSL color Cylindrical-coordinate representation of color #B159CB: hue angle of 286.32º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B159CB is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 89 | 203 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.20 |
| HSL | 286.32º | 0.52% | 0.57% | - |
| HSV(B) | 286.32º | 0.56% | 0.8% | - |
| XYZ | 32.48 | 20.8 | 58.8 | - |
| YUV | 128.31 | 170.15 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 203 | 0.13 | 0.56 | 0 | 0.20 | 286.32 | 0.52 | 0.57 |
| Hex | B1 | 59 | CB | D | 38 | 0 | 14 | 11E | 34 | 39 |
| Octal | 261 | 131 | 313 | 15 | 70 | 0 | 24 | 436 | 64 | 71 |
| Binary | 10110001 | 1011001 | 11001011 | 1101 | 111000 | 0 | 10100 | 100011110 | 110100 | 111001 |
Color Harmonies of #B159CB
Complementary color
Monochromatic Colors of #B159CB
Black with #B159CB
Text Example
Text Example
White with #B159CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B159CB; }
p { color: rgb(177,89,203); }
H1.HeaderClassName
{
color: #B159CB;
}
.AnyTagClassName
{
color: #B159CB;
}
</style>
background-color css
<style>
a { background-color: #B159CB; }
a { background-color: rgb(177,89,203); }
div.DivClassName
{
background-color: #B159CB;
}
.BgClassName
{
background-color: #B159CB;
}
</style>
border-color css
<style>
span { border-color: #B159CB; }
span { border-color: rgb(177,89,203); }
td.TdClassName
{
border-color: #B159CB;
}
.TagClassName
{
border-color: #B159CB;
}
</style>