Shades of East Side #B485CC
Tints of East Side #B485CC
RGB
CMYK
RGB Variations
Color information
#B485CC (or 0xB485CC) is known color: East Side. HEX triplet: B4, 85 and CC. RGB value is (180,133,204). Sum of RGB (Red+Green+Blue) = 180+133+204=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #B485CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B485CC is #4B7A33. Grayscale: #9A9A9A. Windows color (decimal): -4946484 or 13403572. OLE color: 13403572.
HSL color Cylindrical-coordinate representation of color #B485CC: hue angle of 279.72º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B485CC is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 133 | 204 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.2 |
| HSL | 279.72º | 0.41% | 0.66% | - |
| HSV(B) | 279.72º | 0.35% | 0.8% | - |
| XYZ | 38.11 | 30.84 | 61.07 | - |
| YUV | 155.15 | 155.57 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 204 | 0.12 | 0.35 | 0 | 0.2 | 279.72 | 0.41 | 0.66 |
| Hex | B4 | 85 | CC | C | 23 | 0 | 14 | 118 | 29 | 42 |
| Octal | 264 | 205 | 314 | 14 | 43 | 0 | 24 | 430 | 51 | 102 |
| Binary | 10110100 | 10000101 | 11001100 | 1100 | 100011 | 0 | 10100 | 100011000 | 101001 | 1000010 |
Color Harmonies of #B485CC
Complementary color
Monochromatic Colors of #B485CC
Black with #B485CC
Text Example
Text Example
White with #B485CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B485CC; }
p { color: rgb(180,133,204); }
H1.HeaderClassName
{
color: #B485CC;
}
.AnyTagClassName
{
color: #B485CC;
}
</style>
background-color css
<style>
a { background-color: #B485CC; }
a { background-color: rgb(180,133,204); }
div.DivClassName
{
background-color: #B485CC;
}
.BgClassName
{
background-color: #B485CC;
}
</style>
border-color css
<style>
span { border-color: #B485CC; }
span { border-color: rgb(180,133,204); }
td.TdClassName
{
border-color: #B485CC;
}
.TagClassName
{
border-color: #B485CC;
}
</style>