Shades of East Side #B781BC
Tints of East Side #B781BC
RGB
CMYK
RGB Variations
Color information
#B781BC (or 0xB781BC) is known color: East Side. HEX triplet: B7, 81 and BC. RGB value is (183,129,188). Sum of RGB (Red+Green+Blue) = 183+129+188=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #B781BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B781BC is #487E43. Grayscale: #979797. Windows color (decimal): -4750916 or 12353975. OLE color: 12353975.
HSL color Cylindrical-coordinate representation of color #B781BC: hue angle of 294.92º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B781BC is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 129 | 188 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.26 |
| HSL | 294.92º | 0.31% | 0.62% | - |
| HSV(B) | 294.92º | 0.31% | 0.74% | - |
| XYZ | 36.46 | 29.4 | 51.33 | - |
| YUV | 151.87 | 148.39 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 129 | 188 | 0.03 | 0.31 | 0 | 0.26 | 294.92 | 0.31 | 0.62 |
| Hex | B7 | 81 | BC | 3 | 1F | 0 | 1A | 127 | 1F | 3E |
| Octal | 267 | 201 | 274 | 3 | 37 | 0 | 32 | 447 | 37 | 76 |
| Binary | 10110111 | 10000001 | 10111100 | 11 | 11111 | 0 | 11010 | 100100111 | 11111 | 111110 |
Color Harmonies of #B781BC
Complementary color
Monochromatic Colors of #B781BC
Black with #B781BC
Text Example
Text Example
White with #B781BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B781BC; }
p { color: rgb(183,129,188); }
H1.HeaderClassName
{
color: #B781BC;
}
.AnyTagClassName
{
color: #B781BC;
}
</style>
background-color css
<style>
a { background-color: #B781BC; }
a { background-color: rgb(183,129,188); }
div.DivClassName
{
background-color: #B781BC;
}
.BgClassName
{
background-color: #B781BC;
}
</style>
border-color css
<style>
span { border-color: #B781BC; }
span { border-color: rgb(183,129,188); }
td.TdClassName
{
border-color: #B781BC;
}
.TagClassName
{
border-color: #B781BC;
}
</style>