Shades of East Side #B483CC
Tints of East Side #B483CC
RGB
CMYK
RGB Variations
Color information
#B483CC (or 0xB483CC) is known color: East Side. HEX triplet: B4, 83 and CC. RGB value is (180,131,204). Sum of RGB (Red+Green+Blue) = 180+131+204=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #B483CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B483CC is #4B7C33. Grayscale: #999999. Windows color (decimal): -4946996 or 13403060. OLE color: 13403060.
HSL color Cylindrical-coordinate representation of color #B483CC: hue angle of 280.27º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B483CC is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 131 | 204 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.2 |
| HSL | 280.27º | 0.42% | 0.66% | - |
| HSV(B) | 280.27º | 0.36% | 0.8% | - |
| XYZ | 37.84 | 30.3 | 60.98 | - |
| YUV | 153.97 | 156.23 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 131 | 204 | 0.12 | 0.36 | 0 | 0.2 | 280.27 | 0.42 | 0.66 |
| Hex | B4 | 83 | CC | C | 24 | 0 | 14 | 118 | 2A | 42 |
| Octal | 264 | 203 | 314 | 14 | 44 | 0 | 24 | 430 | 52 | 102 |
| Binary | 10110100 | 10000011 | 11001100 | 1100 | 100100 | 0 | 10100 | 100011000 | 101010 | 1000010 |
Color Harmonies of #B483CC
Complementary color
Monochromatic Colors of #B483CC
Black with #B483CC
Text Example
Text Example
White with #B483CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B483CC; }
p { color: rgb(180,131,204); }
H1.HeaderClassName
{
color: #B483CC;
}
.AnyTagClassName
{
color: #B483CC;
}
</style>
background-color css
<style>
a { background-color: #B483CC; }
a { background-color: rgb(180,131,204); }
div.DivClassName
{
background-color: #B483CC;
}
.BgClassName
{
background-color: #B483CC;
}
</style>
border-color css
<style>
span { border-color: #B483CC; }
span { border-color: rgb(180,131,204); }
td.TdClassName
{
border-color: #B483CC;
}
.TagClassName
{
border-color: #B483CC;
}
</style>