Shades of East Side #B488CB
Tints of East Side #B488CB
RGB
CMYK
RGB Variations
Color information
#B488CB (or 0xB488CB) is known color: East Side. HEX triplet: B4, 88 and CB. RGB value is (180,136,203). Sum of RGB (Red+Green+Blue) = 180+136+203=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #B488CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B488CB is #4B7734. Grayscale: #9C9C9C. Windows color (decimal): -4945717 or 13338804. OLE color: 13338804.
HSL color Cylindrical-coordinate representation of color #B488CB: hue angle of 279.4º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B488CB is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 136 | 203 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.20 |
| HSL | 279.4º | 0.39% | 0.66% | - |
| HSV(B) | 279.4º | 0.33% | 0.8% | - |
| XYZ | 38.41 | 31.62 | 60.58 | - |
| YUV | 156.79 | 154.08 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 203 | 0.11 | 0.33 | 0 | 0.20 | 279.4 | 0.39 | 0.66 |
| Hex | B4 | 88 | CB | B | 21 | 0 | 14 | 117 | 27 | 42 |
| Octal | 264 | 210 | 313 | 13 | 41 | 0 | 24 | 427 | 47 | 102 |
| Binary | 10110100 | 10001000 | 11001011 | 1011 | 100001 | 0 | 10100 | 100010111 | 100111 | 1000010 |
Color Harmonies of #B488CB
Complementary color
Monochromatic Colors of #B488CB
Black with #B488CB
Text Example
Text Example
White with #B488CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B488CB; }
p { color: rgb(180,136,203); }
H1.HeaderClassName
{
color: #B488CB;
}
.AnyTagClassName
{
color: #B488CB;
}
</style>
background-color css
<style>
a { background-color: #B488CB; }
a { background-color: rgb(180,136,203); }
div.DivClassName
{
background-color: #B488CB;
}
.BgClassName
{
background-color: #B488CB;
}
</style>
border-color css
<style>
span { border-color: #B488CB; }
span { border-color: rgb(180,136,203); }
td.TdClassName
{
border-color: #B488CB;
}
.TagClassName
{
border-color: #B488CB;
}
</style>