Shades of East Side #B488C1
Tints of East Side #B488C1
RGB
CMYK
RGB Variations
Color information
#B488C1 (or 0xB488C1) is known color: East Side. HEX triplet: B4, 88 and C1. RGB value is (180,136,193). Sum of RGB (Red+Green+Blue) = 180+136+193=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 193 - color contains mainly: blue. Hex color #B488C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B488C1 is #4B773E. Grayscale: #9B9B9B. Windows color (decimal): -4945727 or 12683444. OLE color: 12683444.
HSL color Cylindrical-coordinate representation of color #B488C1: hue angle of 286.32º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B488C1 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 136 | 193 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.24 |
| HSL | 286.32º | 0.31% | 0.65% | - |
| HSV(B) | 286.32º | 0.3% | 0.76% | - |
| XYZ | 37.25 | 31.16 | 54.5 | - |
| YUV | 155.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 193 | 0.07 | 0.30 | 0 | 0.24 | 286.32 | 0.31 | 0.65 |
| Hex | B4 | 88 | C1 | 7 | 1E | 0 | 18 | 11E | 1F | 41 |
| Octal | 264 | 210 | 301 | 7 | 36 | 0 | 30 | 436 | 37 | 101 |
| Binary | 10110100 | 10001000 | 11000001 | 111 | 11110 | 0 | 11000 | 100011110 | 11111 | 1000001 |
Color Harmonies of #B488C1
Complementary color
Monochromatic Colors of #B488C1
Black with #B488C1
Text Example
Text Example
White with #B488C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B488C1; }
p { color: rgb(180,136,193); }
H1.HeaderClassName
{
color: #B488C1;
}
.AnyTagClassName
{
color: #B488C1;
}
</style>
background-color css
<style>
a { background-color: #B488C1; }
a { background-color: rgb(180,136,193); }
div.DivClassName
{
background-color: #B488C1;
}
.BgClassName
{
background-color: #B488C1;
}
</style>
border-color css
<style>
span { border-color: #B488C1; }
span { border-color: rgb(180,136,193); }
td.TdClassName
{
border-color: #B488C1;
}
.TagClassName
{
border-color: #B488C1;
}
</style>