Shades of East Side #B780C2
Tints of East Side #B780C2
RGB
CMYK
RGB Variations
Color information
#B780C2 (or 0xB780C2) is known color: East Side. HEX triplet: B7, 80 and C2. RGB value is (183,128,194). Sum of RGB (Red+Green+Blue) = 183+128+194=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 194 - color contains mainly: blue. Hex color #B780C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B780C2 is #487F3D. Grayscale: #979797. Windows color (decimal): -4751166 or 12746935. OLE color: 12746935.
HSL color Cylindrical-coordinate representation of color #B780C2: hue angle of 290º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B780C2 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 128 | 194 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.24 |
| HSL | 290º | 0.35% | 0.63% | - |
| HSV(B) | 290º | 0.34% | 0.76% | - |
| XYZ | 36.99 | 29.4 | 54.76 | - |
| YUV | 151.97 | 151.72 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 194 | 0.06 | 0.34 | 0 | 0.24 | 290 | 0.35 | 0.63 |
| Hex | B7 | 80 | C2 | 6 | 22 | 0 | 18 | 122 | 23 | 3F |
| Octal | 267 | 200 | 302 | 6 | 42 | 0 | 30 | 442 | 43 | 77 |
| Binary | 10110111 | 10000000 | 11000010 | 110 | 100010 | 0 | 11000 | 100100010 | 100011 | 111111 |
Color Harmonies of #B780C2
Complementary color
Monochromatic Colors of #B780C2
Black with #B780C2
Text Example
Text Example
White with #B780C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B780C2; }
p { color: rgb(183,128,194); }
H1.HeaderClassName
{
color: #B780C2;
}
.AnyTagClassName
{
color: #B780C2;
}
</style>
background-color css
<style>
a { background-color: #B780C2; }
a { background-color: rgb(183,128,194); }
div.DivClassName
{
background-color: #B780C2;
}
.BgClassName
{
background-color: #B780C2;
}
</style>
border-color css
<style>
span { border-color: #B780C2; }
span { border-color: rgb(183,128,194); }
td.TdClassName
{
border-color: #B780C2;
}
.TagClassName
{
border-color: #B780C2;
}
</style>