Shades of East Side #B485CE
Tints of East Side #B485CE
RGB
CMYK
RGB Variations
Color information
#B485CE (or 0xB485CE) is known color: East Side. HEX triplet: B4, 85 and CE. RGB value is (180,133,206). Sum of RGB (Red+Green+Blue) = 180+133+206=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #B485CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B485CE is #4B7A31. Grayscale: #9B9B9B. Windows color (decimal): -4946482 or 13534644. OLE color: 13534644.
HSL color Cylindrical-coordinate representation of color #B485CE: hue angle of 278.63º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B485CE is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 133 | 206 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.19 |
| HSL | 278.63º | 0.43% | 0.66% | - |
| HSV(B) | 278.63º | 0.35% | 0.81% | - |
| XYZ | 38.35 | 30.93 | 62.34 | - |
| YUV | 155.38 | 156.57 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 206 | 0.13 | 0.35 | 0 | 0.19 | 278.63 | 0.43 | 0.66 |
| Hex | B4 | 85 | CE | D | 23 | 0 | 13 | 117 | 2B | 42 |
| Octal | 264 | 205 | 316 | 15 | 43 | 0 | 23 | 427 | 53 | 102 |
| Binary | 10110100 | 10000101 | 11001110 | 1101 | 100011 | 0 | 10011 | 100010111 | 101011 | 1000010 |
Color Harmonies of #B485CE
Complementary color
Monochromatic Colors of #B485CE
Black with #B485CE
Text Example
Text Example
White with #B485CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B485CE; }
p { color: rgb(180,133,206); }
H1.HeaderClassName
{
color: #B485CE;
}
.AnyTagClassName
{
color: #B485CE;
}
</style>
background-color css
<style>
a { background-color: #B485CE; }
a { background-color: rgb(180,133,206); }
div.DivClassName
{
background-color: #B485CE;
}
.BgClassName
{
background-color: #B485CE;
}
</style>
border-color css
<style>
span { border-color: #B485CE; }
span { border-color: rgb(180,133,206); }
td.TdClassName
{
border-color: #B485CE;
}
.TagClassName
{
border-color: #B485CE;
}
</style>