Shades of East Side #B181C4
Tints of East Side #B181C4
RGB
CMYK
RGB Variations
Color information
#B181C4 (or 0xB181C4) is known color: East Side. HEX triplet: B1, 81 and C4. RGB value is (177,129,196). Sum of RGB (Red+Green+Blue) = 177+129+196=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 196 (76.95% from 255 or 39.04% from 502); Max value from RGB is 196 - color contains mainly: blue. Hex color #B181C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B181C4 is #4E7E3B. Grayscale: #969696. Windows color (decimal): -5144124 or 12878257. OLE color: 12878257.
HSL color Cylindrical-coordinate representation of color #B181C4: hue angle of 282.99º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B181C4 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 129 | 196 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.23 |
| HSL | 282.99º | 0.36% | 0.64% | - |
| HSV(B) | 282.99º | 0.34% | 0.77% | - |
| XYZ | 35.95 | 29.03 | 55.93 | - |
| YUV | 150.99 | 153.4 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 196 | 0.10 | 0.34 | 0 | 0.23 | 282.99 | 0.36 | 0.64 |
| Hex | B1 | 81 | C4 | A | 22 | 0 | 17 | 11B | 24 | 40 |
| Octal | 261 | 201 | 304 | 12 | 42 | 0 | 27 | 433 | 44 | 100 |
| Binary | 10110001 | 10000001 | 11000100 | 1010 | 100010 | 0 | 10111 | 100011011 | 100100 | 1000000 |
Color Harmonies of #B181C4
Complementary color
Monochromatic Colors of #B181C4
Black with #B181C4
Text Example
Text Example
White with #B181C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B181C4; }
p { color: rgb(177,129,196); }
H1.HeaderClassName
{
color: #B181C4;
}
.AnyTagClassName
{
color: #B181C4;
}
</style>
background-color css
<style>
a { background-color: #B181C4; }
a { background-color: rgb(177,129,196); }
div.DivClassName
{
background-color: #B181C4;
}
.BgClassName
{
background-color: #B181C4;
}
</style>
border-color css
<style>
span { border-color: #B181C4; }
span { border-color: rgb(177,129,196); }
td.TdClassName
{
border-color: #B181C4;
}
.TagClassName
{
border-color: #B181C4;
}
</style>