Shades of East Side #B77AD4
Tints of East Side #B77AD4
RGB
CMYK
RGB Variations
Color information
#B77AD4 (or 0xB77AD4) is known color: East Side. HEX triplet: B7, 7A and D4. RGB value is (183,122,212). Sum of RGB (Red+Green+Blue) = 183+122+212=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 212 (83.20% from 255 or 41.01% from 517); Max value from RGB is 212 - color contains mainly: blue. Hex color #B77AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77AD4 is #48852B. Grayscale: #969696. Windows color (decimal): -4752684 or 13925047. OLE color: 13925047.
HSL color Cylindrical-coordinate representation of color #B77AD4: hue angle of 280.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B77AD4 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 122 | 212 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.17 |
| HSL | 280.67º | 0.51% | 0.65% | - |
| HSV(B) | 280.67º | 0.42% | 0.83% | - |
| XYZ | 38.37 | 28.74 | 65.81 | - |
| YUV | 150.5 | 162.71 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 212 | 0.14 | 0.42 | 0 | 0.17 | 280.67 | 0.51 | 0.65 |
| Hex | B7 | 7A | D4 | E | 2A | 0 | 11 | 119 | 33 | 41 |
| Octal | 267 | 172 | 324 | 16 | 52 | 0 | 21 | 431 | 63 | 101 |
| Binary | 10110111 | 1111010 | 11010100 | 1110 | 101010 | 0 | 10001 | 100011001 | 110011 | 1000001 |
Color Harmonies of #B77AD4
Complementary color
Monochromatic Colors of #B77AD4
Black with #B77AD4
Text Example
Text Example
White with #B77AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77AD4; }
p { color: rgb(183,122,212); }
H1.HeaderClassName
{
color: #B77AD4;
}
.AnyTagClassName
{
color: #B77AD4;
}
</style>
background-color css
<style>
a { background-color: #B77AD4; }
a { background-color: rgb(183,122,212); }
div.DivClassName
{
background-color: #B77AD4;
}
.BgClassName
{
background-color: #B77AD4;
}
</style>
border-color css
<style>
span { border-color: #B77AD4; }
span { border-color: rgb(183,122,212); }
td.TdClassName
{
border-color: #B77AD4;
}
.TagClassName
{
border-color: #B77AD4;
}
</style>