Shades of East Side #B481CC
Tints of East Side #B481CC
RGB
CMYK
RGB Variations
Color information
#B481CC (or 0xB481CC) is known color: East Side. HEX triplet: B4, 81 and CC. RGB value is (180,129,204). Sum of RGB (Red+Green+Blue) = 180+129+204=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #B481CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B481CC is #4B7E33. Grayscale: #989898. Windows color (decimal): -4947508 or 13402548. OLE color: 13402548.
HSL color Cylindrical-coordinate representation of color #B481CC: hue angle of 280.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B481CC is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 129 | 204 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.2 |
| HSL | 280.8º | 0.42% | 0.65% | - |
| HSV(B) | 280.8º | 0.37% | 0.8% | - |
| XYZ | 37.57 | 29.76 | 60.89 | - |
| YUV | 152.8 | 156.9 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 129 | 204 | 0.12 | 0.37 | 0 | 0.2 | 280.8 | 0.42 | 0.65 |
| Hex | B4 | 81 | CC | C | 25 | 0 | 14 | 119 | 2A | 41 |
| Octal | 264 | 201 | 314 | 14 | 45 | 0 | 24 | 431 | 52 | 101 |
| Binary | 10110100 | 10000001 | 11001100 | 1100 | 100101 | 0 | 10100 | 100011001 | 101010 | 1000001 |
Color Harmonies of #B481CC
Complementary color
Monochromatic Colors of #B481CC
Black with #B481CC
Text Example
Text Example
White with #B481CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B481CC; }
p { color: rgb(180,129,204); }
H1.HeaderClassName
{
color: #B481CC;
}
.AnyTagClassName
{
color: #B481CC;
}
</style>
background-color css
<style>
a { background-color: #B481CC; }
a { background-color: rgb(180,129,204); }
div.DivClassName
{
background-color: #B481CC;
}
.BgClassName
{
background-color: #B481CC;
}
</style>
border-color css
<style>
span { border-color: #B481CC; }
span { border-color: rgb(180,129,204); }
td.TdClassName
{
border-color: #B481CC;
}
.TagClassName
{
border-color: #B481CC;
}
</style>