Shades of East Side #B782CB
Tints of East Side #B782CB
RGB
CMYK
RGB Variations
Color information
#B782CB (or 0xB782CB) is known color: East Side. HEX triplet: B7, 82 and CB. RGB value is (183,130,203). Sum of RGB (Red+Green+Blue) = 183+130+203=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #B782CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B782CB is #487D34. Grayscale: #999999. Windows color (decimal): -4750645 or 13337271. OLE color: 13337271.
HSL color Cylindrical-coordinate representation of color #B782CB: hue angle of 283.56º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B782CB is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 130 | 203 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.20 |
| HSL | 283.56º | 0.41% | 0.65% | - |
| HSV(B) | 283.56º | 0.36% | 0.8% | - |
| XYZ | 38.29 | 30.34 | 60.34 | - |
| YUV | 154.17 | 155.56 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 203 | 0.10 | 0.36 | 0 | 0.20 | 283.56 | 0.41 | 0.65 |
| Hex | B7 | 82 | CB | A | 24 | 0 | 14 | 11C | 29 | 41 |
| Octal | 267 | 202 | 313 | 12 | 44 | 0 | 24 | 434 | 51 | 101 |
| Binary | 10110111 | 10000010 | 11001011 | 1010 | 100100 | 0 | 10100 | 100011100 | 101001 | 1000001 |
Color Harmonies of #B782CB
Complementary color
Monochromatic Colors of #B782CB
Black with #B782CB
Text Example
Text Example
White with #B782CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B782CB; }
p { color: rgb(183,130,203); }
H1.HeaderClassName
{
color: #B782CB;
}
.AnyTagClassName
{
color: #B782CB;
}
</style>
background-color css
<style>
a { background-color: #B782CB; }
a { background-color: rgb(183,130,203); }
div.DivClassName
{
background-color: #B782CB;
}
.BgClassName
{
background-color: #B782CB;
}
</style>
border-color css
<style>
span { border-color: #B782CB; }
span { border-color: rgb(183,130,203); }
td.TdClassName
{
border-color: #B782CB;
}
.TagClassName
{
border-color: #B782CB;
}
</style>