Shades of East Side #B780CA
Tints of East Side #B780CA
RGB
CMYK
RGB Variations
Color information
#B780CA (or 0xB780CA) is known color: East Side. HEX triplet: B7, 80 and CA. RGB value is (183,128,202). Sum of RGB (Red+Green+Blue) = 183+128+202=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #B780CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B780CA is #487F35. Grayscale: #989898. Windows color (decimal): -4751158 or 13271223. OLE color: 13271223.
HSL color Cylindrical-coordinate representation of color #B780CA: hue angle of 284.59º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B780CA is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 128 | 202 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.21 |
| HSL | 284.59º | 0.41% | 0.65% | - |
| HSV(B) | 284.59º | 0.37% | 0.79% | - |
| XYZ | 37.91 | 29.77 | 59.63 | - |
| YUV | 152.88 | 155.72 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 202 | 0.09 | 0.37 | 0 | 0.21 | 284.59 | 0.41 | 0.65 |
| Hex | B7 | 80 | CA | 9 | 25 | 0 | 15 | 11D | 29 | 41 |
| Octal | 267 | 200 | 312 | 11 | 45 | 0 | 25 | 435 | 51 | 101 |
| Binary | 10110111 | 10000000 | 11001010 | 1001 | 100101 | 0 | 10101 | 100011101 | 101001 | 1000001 |
Color Harmonies of #B780CA
Complementary color
Monochromatic Colors of #B780CA
Black with #B780CA
Text Example
Text Example
White with #B780CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B780CA; }
p { color: rgb(183,128,202); }
H1.HeaderClassName
{
color: #B780CA;
}
.AnyTagClassName
{
color: #B780CA;
}
</style>
background-color css
<style>
a { background-color: #B780CA; }
a { background-color: rgb(183,128,202); }
div.DivClassName
{
background-color: #B780CA;
}
.BgClassName
{
background-color: #B780CA;
}
</style>
border-color css
<style>
span { border-color: #B780CA; }
span { border-color: rgb(183,128,202); }
td.TdClassName
{
border-color: #B780CA;
}
.TagClassName
{
border-color: #B780CA;
}
</style>