Shades of East Side #B380C0
Tints of East Side #B380C0
RGB
CMYK
RGB Variations
Color information
#B380C0 (or 0xB380C0) is known color: East Side. HEX triplet: B3, 80 and C0. RGB value is (179,128,192). Sum of RGB (Red+Green+Blue) = 179+128+192=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 192 - color contains mainly: blue. Hex color #B380C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B380C0 is #4C7F3F. Grayscale: #969696. Windows color (decimal): -5013312 or 12615859. OLE color: 12615859.
HSL color Cylindrical-coordinate representation of color #B380C0: hue angle of 287.81º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B380C0 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 128 | 192 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.25 |
| HSL | 287.81º | 0.34% | 0.63% | - |
| HSV(B) | 287.81º | 0.33% | 0.75% | - |
| XYZ | 35.82 | 28.83 | 53.55 | - |
| YUV | 150.55 | 151.4 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 128 | 192 | 0.07 | 0.33 | 0 | 0.25 | 287.81 | 0.34 | 0.63 |
| Hex | B3 | 80 | C0 | 7 | 21 | 0 | 19 | 120 | 22 | 3F |
| Octal | 263 | 200 | 300 | 7 | 41 | 0 | 31 | 440 | 42 | 77 |
| Binary | 10110011 | 10000000 | 11000000 | 111 | 100001 | 0 | 11001 | 100100000 | 100010 | 111111 |
Color Harmonies of #B380C0
Complementary color
Monochromatic Colors of #B380C0
Black with #B380C0
Text Example
Text Example
White with #B380C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B380C0; }
p { color: rgb(179,128,192); }
H1.HeaderClassName
{
color: #B380C0;
}
.AnyTagClassName
{
color: #B380C0;
}
</style>
background-color css
<style>
a { background-color: #B380C0; }
a { background-color: rgb(179,128,192); }
div.DivClassName
{
background-color: #B380C0;
}
.BgClassName
{
background-color: #B380C0;
}
</style>
border-color css
<style>
span { border-color: #B380C0; }
span { border-color: rgb(179,128,192); }
td.TdClassName
{
border-color: #B380C0;
}
.TagClassName
{
border-color: #B380C0;
}
</style>