Shades of East Side #B784C5
Tints of East Side #B784C5
RGB
CMYK
RGB Variations
Color information
#B784C5 (or 0xB784C5) is known color: East Side. HEX triplet: B7, 84 and C5. RGB value is (183,132,197). Sum of RGB (Red+Green+Blue) = 183+132+197=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 197 - color contains mainly: blue. Hex color #B784C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B784C5 is #487B3A. Grayscale: #9A9A9A. Windows color (decimal): -4750139 or 12944567. OLE color: 12944567.
HSL color Cylindrical-coordinate representation of color #B784C5: hue angle of 287.08º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B784C5 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 132 | 197 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.23 |
| HSL | 287.08º | 0.36% | 0.65% | - |
| HSV(B) | 287.08º | 0.33% | 0.77% | - |
| XYZ | 37.86 | 30.6 | 56.73 | - |
| YUV | 154.66 | 151.9 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 132 | 197 | 0.07 | 0.33 | 0 | 0.23 | 287.08 | 0.36 | 0.65 |
| Hex | B7 | 84 | C5 | 7 | 21 | 0 | 17 | 11F | 24 | 41 |
| Octal | 267 | 204 | 305 | 7 | 41 | 0 | 27 | 437 | 44 | 101 |
| Binary | 10110111 | 10000100 | 11000101 | 111 | 100001 | 0 | 10111 | 100011111 | 100100 | 1000001 |
Color Harmonies of #B784C5
Complementary color
Monochromatic Colors of #B784C5
Black with #B784C5
Text Example
Text Example
White with #B784C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B784C5; }
p { color: rgb(183,132,197); }
H1.HeaderClassName
{
color: #B784C5;
}
.AnyTagClassName
{
color: #B784C5;
}
</style>
background-color css
<style>
a { background-color: #B784C5; }
a { background-color: rgb(183,132,197); }
div.DivClassName
{
background-color: #B784C5;
}
.BgClassName
{
background-color: #B784C5;
}
</style>
border-color css
<style>
span { border-color: #B784C5; }
span { border-color: rgb(183,132,197); }
td.TdClassName
{
border-color: #B784C5;
}
.TagClassName
{
border-color: #B784C5;
}
</style>