Shades of East Side #B780CB
Tints of East Side #B780CB
RGB
CMYK
RGB Variations
Color information
#B780CB (or 0xB780CB) is known color: East Side. HEX triplet: B7, 80 and CB. RGB value is (183,128,203). Sum of RGB (Red+Green+Blue) = 183+128+203=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #B780CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B780CB is #487F34. Grayscale: #989898. Windows color (decimal): -4751157 or 13336759. OLE color: 13336759.
HSL color Cylindrical-coordinate representation of color #B780CB: hue angle of 284º 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 #B780CB is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 128 | 203 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.20 |
| HSL | 284º | 0.42% | 0.65% | - |
| HSV(B) | 284º | 0.37% | 0.8% | - |
| XYZ | 38.03 | 29.82 | 60.25 | - |
| YUV | 153 | 156.22 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 203 | 0.10 | 0.37 | 0 | 0.20 | 284 | 0.42 | 0.65 |
| Hex | B7 | 80 | CB | A | 25 | 0 | 14 | 11C | 2A | 41 |
| Octal | 267 | 200 | 313 | 12 | 45 | 0 | 24 | 434 | 52 | 101 |
| Binary | 10110111 | 10000000 | 11001011 | 1010 | 100101 | 0 | 10100 | 100011100 | 101010 | 1000001 |
Color Harmonies of #B780CB
Complementary color
Monochromatic Colors of #B780CB
Black with #B780CB
Text Example
Text Example
White with #B780CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B780CB; }
p { color: rgb(183,128,203); }
H1.HeaderClassName
{
color: #B780CB;
}
.AnyTagClassName
{
color: #B780CB;
}
</style>
background-color css
<style>
a { background-color: #B780CB; }
a { background-color: rgb(183,128,203); }
div.DivClassName
{
background-color: #B780CB;
}
.BgClassName
{
background-color: #B780CB;
}
</style>
border-color css
<style>
span { border-color: #B780CB; }
span { border-color: rgb(183,128,203); }
td.TdClassName
{
border-color: #B780CB;
}
.TagClassName
{
border-color: #B780CB;
}
</style>