Shades of East Side #B479CB
Tints of East Side #B479CB
RGB
CMYK
RGB Variations
Color information
#B479CB (or 0xB479CB) is known color: East Side. HEX triplet: B4, 79 and CB. RGB value is (180,121,203). Sum of RGB (Red+Green+Blue) = 180+121+203=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #B479CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B479CB is #4B8634. Grayscale: #939393. Windows color (decimal): -4949557 or 13334964. OLE color: 13334964.
HSL color Cylindrical-coordinate representation of color #B479CB: hue angle of 283.17º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B479CB is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 121 | 203 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.20 |
| HSL | 283.17º | 0.44% | 0.64% | - |
| HSV(B) | 283.17º | 0.4% | 0.8% | - |
| XYZ | 36.44 | 27.69 | 59.92 | - |
| YUV | 147.99 | 159.05 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 121 | 203 | 0.11 | 0.40 | 0 | 0.20 | 283.17 | 0.44 | 0.64 |
| Hex | B4 | 79 | CB | B | 28 | 0 | 14 | 11B | 2C | 40 |
| Octal | 264 | 171 | 313 | 13 | 50 | 0 | 24 | 433 | 54 | 100 |
| Binary | 10110100 | 1111001 | 11001011 | 1011 | 101000 | 0 | 10100 | 100011011 | 101100 | 1000000 |
Color Harmonies of #B479CB
Complementary color
Monochromatic Colors of #B479CB
Black with #B479CB
Text Example
Text Example
White with #B479CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B479CB; }
p { color: rgb(180,121,203); }
H1.HeaderClassName
{
color: #B479CB;
}
.AnyTagClassName
{
color: #B479CB;
}
</style>
background-color css
<style>
a { background-color: #B479CB; }
a { background-color: rgb(180,121,203); }
div.DivClassName
{
background-color: #B479CB;
}
.BgClassName
{
background-color: #B479CB;
}
</style>
border-color css
<style>
span { border-color: #B479CB; }
span { border-color: rgb(180,121,203); }
td.TdClassName
{
border-color: #B479CB;
}
.TagClassName
{
border-color: #B479CB;
}
</style>