Shades of East Side #B482C2
Tints of East Side #B482C2
RGB
CMYK
RGB Variations
Color information
#B482C2 (or 0xB482C2) is known color: East Side. HEX triplet: B4, 82 and C2. RGB value is (180,130,194). Sum of RGB (Red+Green+Blue) = 180+130+194=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 194 - color contains mainly: blue. Hex color #B482C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B482C2 is #4B7D3D. Grayscale: #989898. Windows color (decimal): -4947262 or 12747444. OLE color: 12747444.
HSL color Cylindrical-coordinate representation of color #B482C2: hue angle of 286.88º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B482C2 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 130 | 194 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.24 |
| HSL | 286.88º | 0.34% | 0.64% | - |
| HSV(B) | 286.88º | 0.33% | 0.76% | - |
| XYZ | 36.54 | 29.56 | 54.82 | - |
| YUV | 152.25 | 151.57 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 130 | 194 | 0.07 | 0.33 | 0 | 0.24 | 286.88 | 0.34 | 0.64 |
| Hex | B4 | 82 | C2 | 7 | 21 | 0 | 18 | 11F | 22 | 40 |
| Octal | 264 | 202 | 302 | 7 | 41 | 0 | 30 | 437 | 42 | 100 |
| Binary | 10110100 | 10000010 | 11000010 | 111 | 100001 | 0 | 11000 | 100011111 | 100010 | 1000000 |
Color Harmonies of #B482C2
Complementary color
Monochromatic Colors of #B482C2
Black with #B482C2
Text Example
Text Example
White with #B482C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B482C2; }
p { color: rgb(180,130,194); }
H1.HeaderClassName
{
color: #B482C2;
}
.AnyTagClassName
{
color: #B482C2;
}
</style>
background-color css
<style>
a { background-color: #B482C2; }
a { background-color: rgb(180,130,194); }
div.DivClassName
{
background-color: #B482C2;
}
.BgClassName
{
background-color: #B482C2;
}
</style>
border-color css
<style>
span { border-color: #B482C2; }
span { border-color: rgb(180,130,194); }
td.TdClassName
{
border-color: #B482C2;
}
.TagClassName
{
border-color: #B482C2;
}
</style>