Shades of East Side #B780BD
Tints of East Side #B780BD
RGB
CMYK
RGB Variations
Color information
#B780BD (or 0xB780BD) is known color: East Side. HEX triplet: B7, 80 and BD. RGB value is (183,128,189). Sum of RGB (Red+Green+Blue) = 183+128+189=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #B780BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B780BD is #487F42. Grayscale: #979797. Windows color (decimal): -4751171 or 12419255. OLE color: 12419255.
HSL color Cylindrical-coordinate representation of color #B780BD: hue angle of 294.1º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B780BD is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 128 | 189 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.26 |
| HSL | 294.1º | 0.32% | 0.62% | - |
| HSV(B) | 294.1º | 0.32% | 0.74% | - |
| XYZ | 36.43 | 29.18 | 51.86 | - |
| YUV | 151.4 | 149.22 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 189 | 0.03 | 0.32 | 0 | 0.26 | 294.1 | 0.32 | 0.62 |
| Hex | B7 | 80 | BD | 3 | 20 | 0 | 1A | 126 | 20 | 3E |
| Octal | 267 | 200 | 275 | 3 | 40 | 0 | 32 | 446 | 40 | 76 |
| Binary | 10110111 | 10000000 | 10111101 | 11 | 100000 | 0 | 11010 | 100100110 | 100000 | 111110 |
Color Harmonies of #B780BD
Complementary color
Monochromatic Colors of #B780BD
Black with #B780BD
Text Example
Text Example
White with #B780BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B780BD; }
p { color: rgb(183,128,189); }
H1.HeaderClassName
{
color: #B780BD;
}
.AnyTagClassName
{
color: #B780BD;
}
</style>
background-color css
<style>
a { background-color: #B780BD; }
a { background-color: rgb(183,128,189); }
div.DivClassName
{
background-color: #B780BD;
}
.BgClassName
{
background-color: #B780BD;
}
</style>
border-color css
<style>
span { border-color: #B780BD; }
span { border-color: rgb(183,128,189); }
td.TdClassName
{
border-color: #B780BD;
}
.TagClassName
{
border-color: #B780BD;
}
</style>