Shades of East Side #B488CF
Tints of East Side #B488CF
RGB
CMYK
RGB Variations
Color information
#B488CF (or 0xB488CF) is known color: East Side. HEX triplet: B4, 88 and CF. RGB value is (180,136,207). Sum of RGB (Red+Green+Blue) = 180+136+207=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #B488CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B488CF is #4B7730. Grayscale: #9D9D9D. Windows color (decimal): -4945713 or 13600948. OLE color: 13600948.
HSL color Cylindrical-coordinate representation of color #B488CF: hue angle of 277.18º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B488CF is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 136 | 207 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.19 |
| HSL | 277.18º | 0.43% | 0.67% | - |
| HSV(B) | 277.18º | 0.34% | 0.81% | - |
| XYZ | 38.89 | 31.82 | 63.12 | - |
| YUV | 157.25 | 156.08 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 207 | 0.13 | 0.34 | 0 | 0.19 | 277.18 | 0.43 | 0.67 |
| Hex | B4 | 88 | CF | D | 22 | 0 | 13 | 115 | 2B | 43 |
| Octal | 264 | 210 | 317 | 15 | 42 | 0 | 23 | 425 | 53 | 103 |
| Binary | 10110100 | 10001000 | 11001111 | 1101 | 100010 | 0 | 10011 | 100010101 | 101011 | 1000011 |
Color Harmonies of #B488CF
Complementary color
Monochromatic Colors of #B488CF
Black with #B488CF
Text Example
Text Example
White with #B488CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B488CF; }
p { color: rgb(180,136,207); }
H1.HeaderClassName
{
color: #B488CF;
}
.AnyTagClassName
{
color: #B488CF;
}
</style>
background-color css
<style>
a { background-color: #B488CF; }
a { background-color: rgb(180,136,207); }
div.DivClassName
{
background-color: #B488CF;
}
.BgClassName
{
background-color: #B488CF;
}
</style>
border-color css
<style>
span { border-color: #B488CF; }
span { border-color: rgb(180,136,207); }
td.TdClassName
{
border-color: #B488CF;
}
.TagClassName
{
border-color: #B488CF;
}
</style>