Shades of East Side #B181CC
Tints of East Side #B181CC
RGB
CMYK
RGB Variations
Color information
#B181CC (or 0xB181CC) is known color: East Side. HEX triplet: B1, 81 and CC. RGB value is (177,129,204). Sum of RGB (Red+Green+Blue) = 177+129+204=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #B181CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B181CC is #4E7E33. Grayscale: #979797. Windows color (decimal): -5144116 or 13402545. OLE color: 13402545.
HSL color Cylindrical-coordinate representation of color #B181CC: hue angle of 278.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B181CC is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 129 | 204 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.2 |
| HSL | 278.4º | 0.42% | 0.65% | - |
| HSV(B) | 278.4º | 0.37% | 0.8% | - |
| XYZ | 36.88 | 29.41 | 60.86 | - |
| YUV | 151.9 | 157.4 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 204 | 0.13 | 0.37 | 0 | 0.2 | 278.4 | 0.42 | 0.65 |
| Hex | B1 | 81 | CC | D | 25 | 0 | 14 | 116 | 2A | 41 |
| Octal | 261 | 201 | 314 | 15 | 45 | 0 | 24 | 426 | 52 | 101 |
| Binary | 10110001 | 10000001 | 11001100 | 1101 | 100101 | 0 | 10100 | 100010110 | 101010 | 1000001 |
Color Harmonies of #B181CC
Complementary color
Monochromatic Colors of #B181CC
Black with #B181CC
Text Example
Text Example
White with #B181CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B181CC; }
p { color: rgb(177,129,204); }
H1.HeaderClassName
{
color: #B181CC;
}
.AnyTagClassName
{
color: #B181CC;
}
</style>
background-color css
<style>
a { background-color: #B181CC; }
a { background-color: rgb(177,129,204); }
div.DivClassName
{
background-color: #B181CC;
}
.BgClassName
{
background-color: #B181CC;
}
</style>
border-color css
<style>
span { border-color: #B181CC; }
span { border-color: rgb(177,129,204); }
td.TdClassName
{
border-color: #B181CC;
}
.TagClassName
{
border-color: #B181CC;
}
</style>