Shades of East Side #B081CC
Tints of East Side #B081CC
RGB
CMYK
RGB Variations
Color information
#B081CC (or 0xB081CC) is known color: East Side. HEX triplet: B0, 81 and CC. RGB value is (176,129,204). Sum of RGB (Red+Green+Blue) = 176+129+204=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #B081CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B081CC is #4F7E33. Grayscale: #979797. Windows color (decimal): -5209652 or 13402544. OLE color: 13402544.
HSL color Cylindrical-coordinate representation of color #B081CC: hue angle of 277.6º 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 #B081CC is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 129 | 204 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.2 |
| HSL | 277.6º | 0.42% | 0.65% | - |
| HSV(B) | 277.6º | 0.37% | 0.8% | - |
| XYZ | 36.65 | 29.29 | 60.85 | - |
| YUV | 151.6 | 157.57 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 129 | 204 | 0.14 | 0.37 | 0 | 0.2 | 277.6 | 0.42 | 0.65 |
| Hex | B0 | 81 | CC | E | 25 | 0 | 14 | 116 | 2A | 41 |
| Octal | 260 | 201 | 314 | 16 | 45 | 0 | 24 | 426 | 52 | 101 |
| Binary | 10110000 | 10000001 | 11001100 | 1110 | 100101 | 0 | 10100 | 100010110 | 101010 | 1000001 |
Color Harmonies of #B081CC
Complementary color
Monochromatic Colors of #B081CC
Black with #B081CC
Text Example
Text Example
White with #B081CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B081CC; }
p { color: rgb(176,129,204); }
H1.HeaderClassName
{
color: #B081CC;
}
.AnyTagClassName
{
color: #B081CC;
}
</style>
background-color css
<style>
a { background-color: #B081CC; }
a { background-color: rgb(176,129,204); }
div.DivClassName
{
background-color: #B081CC;
}
.BgClassName
{
background-color: #B081CC;
}
</style>
border-color css
<style>
span { border-color: #B081CC; }
span { border-color: rgb(176,129,204); }
td.TdClassName
{
border-color: #B081CC;
}
.TagClassName
{
border-color: #B081CC;
}
</style>