Shades of East Side #B479CA
Tints of East Side #B479CA
RGB
CMYK
RGB Variations
Color information
#B479CA (or 0xB479CA) is known color: East Side. HEX triplet: B4, 79 and CA. RGB value is (180,121,202). Sum of RGB (Red+Green+Blue) = 180+121+202=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 121 (47.66% from 255 or 24.06% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #B479CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B479CA is #4B8635. Grayscale: #939393. Windows color (decimal): -4949558 or 13269428. OLE color: 13269428.
HSL color Cylindrical-coordinate representation of color #B479CA: hue angle of 283.7º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B479CA is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 121 | 202 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.21 |
| HSL | 283.7º | 0.43% | 0.63% | - |
| HSV(B) | 283.7º | 0.4% | 0.79% | - |
| XYZ | 36.32 | 27.64 | 59.3 | - |
| YUV | 147.88 | 158.55 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 121 | 202 | 0.11 | 0.40 | 0 | 0.21 | 283.7 | 0.43 | 0.63 |
| Hex | B4 | 79 | CA | B | 28 | 0 | 15 | 11C | 2B | 3F |
| Octal | 264 | 171 | 312 | 13 | 50 | 0 | 25 | 434 | 53 | 77 |
| Binary | 10110100 | 1111001 | 11001010 | 1011 | 101000 | 0 | 10101 | 100011100 | 101011 | 111111 |
Color Harmonies of #B479CA
Complementary color
Monochromatic Colors of #B479CA
Black with #B479CA
Text Example
Text Example
White with #B479CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B479CA; }
p { color: rgb(180,121,202); }
H1.HeaderClassName
{
color: #B479CA;
}
.AnyTagClassName
{
color: #B479CA;
}
</style>
background-color css
<style>
a { background-color: #B479CA; }
a { background-color: rgb(180,121,202); }
div.DivClassName
{
background-color: #B479CA;
}
.BgClassName
{
background-color: #B479CA;
}
</style>
border-color css
<style>
span { border-color: #B479CA; }
span { border-color: rgb(180,121,202); }
td.TdClassName
{
border-color: #B479CA;
}
.TagClassName
{
border-color: #B479CA;
}
</style>