Shades of East Side #B784D4
Tints of East Side #B784D4
RGB
CMYK
RGB Variations
Color information
#B784D4 (or 0xB784D4) is known color: East Side. HEX triplet: B7, 84 and D4. RGB value is (183,132,212). Sum of RGB (Red+Green+Blue) = 183+132+212=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 212 - color contains mainly: blue. Hex color #B784D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B784D4 is #487B2B. Grayscale: #9C9C9C. Windows color (decimal): -4750124 or 13927607. OLE color: 13927607.
HSL color Cylindrical-coordinate representation of color #B784D4: hue angle of 278.25º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B784D4 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 132 | 212 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.17 |
| HSL | 278.25º | 0.48% | 0.67% | - |
| HSV(B) | 278.25º | 0.38% | 0.83% | - |
| XYZ | 39.66 | 31.32 | 66.24 | - |
| YUV | 156.37 | 159.4 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 132 | 212 | 0.14 | 0.38 | 0 | 0.17 | 278.25 | 0.48 | 0.67 |
| Hex | B7 | 84 | D4 | E | 26 | 0 | 11 | 116 | 30 | 43 |
| Octal | 267 | 204 | 324 | 16 | 46 | 0 | 21 | 426 | 60 | 103 |
| Binary | 10110111 | 10000100 | 11010100 | 1110 | 100110 | 0 | 10001 | 100010110 | 110000 | 1000011 |
Color Harmonies of #B784D4
Complementary color
Monochromatic Colors of #B784D4
Black with #B784D4
Text Example
Text Example
White with #B784D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B784D4; }
p { color: rgb(183,132,212); }
H1.HeaderClassName
{
color: #B784D4;
}
.AnyTagClassName
{
color: #B784D4;
}
</style>
background-color css
<style>
a { background-color: #B784D4; }
a { background-color: rgb(183,132,212); }
div.DivClassName
{
background-color: #B784D4;
}
.BgClassName
{
background-color: #B784D4;
}
</style>
border-color css
<style>
span { border-color: #B784D4; }
span { border-color: rgb(183,132,212); }
td.TdClassName
{
border-color: #B784D4;
}
.TagClassName
{
border-color: #B784D4;
}
</style>