Shades of East Side #B473C1
Tints of East Side #B473C1
RGB
CMYK
RGB Variations
Color information
#B473C1 (or 0xB473C1) is known color: East Side. HEX triplet: B4, 73 and C1. RGB value is (180,115,193). Sum of RGB (Red+Green+Blue) = 180+115+193=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #B473C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473C1 is #4B8C3E. Grayscale: #8F8F8F. Windows color (decimal): -4951103 or 12678068. OLE color: 12678068.
HSL color Cylindrical-coordinate representation of color #B473C1: hue angle of 290º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B473C1 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 115 | 193 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.24 |
| HSL | 290º | 0.39% | 0.6% | - |
| HSV(B) | 290º | 0.4% | 0.76% | - |
| XYZ | 34.58 | 25.82 | 53.61 | - |
| YUV | 143.33 | 156.03 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 115 | 193 | 0.07 | 0.40 | 0 | 0.24 | 290 | 0.39 | 0.6 |
| Hex | B4 | 73 | C1 | 7 | 28 | 0 | 18 | 122 | 27 | 3C |
| Octal | 264 | 163 | 301 | 7 | 50 | 0 | 30 | 442 | 47 | 74 |
| Binary | 10110100 | 1110011 | 11000001 | 111 | 101000 | 0 | 11000 | 100100010 | 100111 | 111100 |
Color Harmonies of #B473C1
Complementary color
Monochromatic Colors of #B473C1
Black with #B473C1
Text Example
Text Example
White with #B473C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B473C1; }
p { color: rgb(180,115,193); }
H1.HeaderClassName
{
color: #B473C1;
}
.AnyTagClassName
{
color: #B473C1;
}
</style>
background-color css
<style>
a { background-color: #B473C1; }
a { background-color: rgb(180,115,193); }
div.DivClassName
{
background-color: #B473C1;
}
.BgClassName
{
background-color: #B473C1;
}
</style>
border-color css
<style>
span { border-color: #B473C1; }
span { border-color: rgb(180,115,193); }
td.TdClassName
{
border-color: #B473C1;
}
.TagClassName
{
border-color: #B473C1;
}
</style>