Shades of East Side #B490CE
Tints of East Side #B490CE
RGB
CMYK
RGB Variations
Color information
#B490CE (or 0xB490CE) is known color: East Side. HEX triplet: B4, 90 and CE. RGB value is (180,144,206). Sum of RGB (Red+Green+Blue) = 180+144+206=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #B490CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490CE is #4B6F31. Grayscale: #A1A1A1. Windows color (decimal): -4943666 or 13537460. OLE color: 13537460.
HSL color Cylindrical-coordinate representation of color #B490CE: hue angle of 274.84º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B490CE is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 144 | 206 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.19 |
| HSL | 274.84º | 0.39% | 0.69% | - |
| HSV(B) | 274.84º | 0.3% | 0.81% | - |
| XYZ | 39.94 | 34.11 | 62.87 | - |
| YUV | 161.83 | 152.93 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 206 | 0.13 | 0.30 | 0 | 0.19 | 274.84 | 0.39 | 0.69 |
| Hex | B4 | 90 | CE | D | 1E | 0 | 13 | 113 | 27 | 45 |
| Octal | 264 | 220 | 316 | 15 | 36 | 0 | 23 | 423 | 47 | 105 |
| Binary | 10110100 | 10010000 | 11001110 | 1101 | 11110 | 0 | 10011 | 100010011 | 100111 | 1000101 |
Color Harmonies of #B490CE
Complementary color
Monochromatic Colors of #B490CE
Black with #B490CE
Text Example
Text Example
White with #B490CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B490CE; }
p { color: rgb(180,144,206); }
H1.HeaderClassName
{
color: #B490CE;
}
.AnyTagClassName
{
color: #B490CE;
}
</style>
background-color css
<style>
a { background-color: #B490CE; }
a { background-color: rgb(180,144,206); }
div.DivClassName
{
background-color: #B490CE;
}
.BgClassName
{
background-color: #B490CE;
}
</style>
border-color css
<style>
span { border-color: #B490CE; }
span { border-color: rgb(180,144,206); }
td.TdClassName
{
border-color: #B490CE;
}
.TagClassName
{
border-color: #B490CE;
}
</style>