Shades of East Side #B181CB
Tints of East Side #B181CB
RGB
CMYK
RGB Variations
Color information
#B181CB (or 0xB181CB) is known color: East Side. HEX triplet: B1, 81 and CB. RGB value is (177,129,203). Sum of RGB (Red+Green+Blue) = 177+129+203=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #B181CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B181CB is #4E7E34. Grayscale: #979797. Windows color (decimal): -5144117 or 13337009. OLE color: 13337009.
HSL color Cylindrical-coordinate representation of color #B181CB: hue angle of 278.92º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B181CB is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 129 | 203 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.20 |
| HSL | 278.92º | 0.42% | 0.65% | - |
| HSV(B) | 278.92º | 0.36% | 0.8% | - |
| XYZ | 36.76 | 29.36 | 60.23 | - |
| YUV | 151.79 | 156.9 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 203 | 0.13 | 0.36 | 0 | 0.20 | 278.92 | 0.42 | 0.65 |
| Hex | B1 | 81 | CB | D | 24 | 0 | 14 | 117 | 2A | 41 |
| Octal | 261 | 201 | 313 | 15 | 44 | 0 | 24 | 427 | 52 | 101 |
| Binary | 10110001 | 10000001 | 11001011 | 1101 | 100100 | 0 | 10100 | 100010111 | 101010 | 1000001 |
Color Harmonies of #B181CB
Complementary color
Monochromatic Colors of #B181CB
Black with #B181CB
Text Example
Text Example
White with #B181CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B181CB; }
p { color: rgb(177,129,203); }
H1.HeaderClassName
{
color: #B181CB;
}
.AnyTagClassName
{
color: #B181CB;
}
</style>
background-color css
<style>
a { background-color: #B181CB; }
a { background-color: rgb(177,129,203); }
div.DivClassName
{
background-color: #B181CB;
}
.BgClassName
{
background-color: #B181CB;
}
</style>
border-color css
<style>
span { border-color: #B181CB; }
span { border-color: rgb(177,129,203); }
td.TdClassName
{
border-color: #B181CB;
}
.TagClassName
{
border-color: #B181CB;
}
</style>