Shades of East Side #B380CE
Tints of East Side #B380CE
RGB
CMYK
RGB Variations
Color information
#B380CE (or 0xB380CE) is known color: East Side. HEX triplet: B3, 80 and CE. RGB value is (179,128,206). Sum of RGB (Red+Green+Blue) = 179+128+206=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #B380CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B380CE is #4C7F31. Grayscale: #979797. Windows color (decimal): -5013298 or 13533363. OLE color: 13533363.
HSL color Cylindrical-coordinate representation of color #B380CE: hue angle of 279.23º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B380CE is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 128 | 206 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.19 |
| HSL | 279.23º | 0.44% | 0.65% | - |
| HSV(B) | 279.23º | 0.38% | 0.81% | - |
| XYZ | 37.45 | 29.48 | 62.11 | - |
| YUV | 152.14 | 158.4 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 128 | 206 | 0.13 | 0.38 | 0 | 0.19 | 279.23 | 0.44 | 0.65 |
| Hex | B3 | 80 | CE | D | 26 | 0 | 13 | 117 | 2C | 41 |
| Octal | 263 | 200 | 316 | 15 | 46 | 0 | 23 | 427 | 54 | 101 |
| Binary | 10110011 | 10000000 | 11001110 | 1101 | 100110 | 0 | 10011 | 100010111 | 101100 | 1000001 |
Color Harmonies of #B380CE
Complementary color
Monochromatic Colors of #B380CE
Black with #B380CE
Text Example
Text Example
White with #B380CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B380CE; }
p { color: rgb(179,128,206); }
H1.HeaderClassName
{
color: #B380CE;
}
.AnyTagClassName
{
color: #B380CE;
}
</style>
background-color css
<style>
a { background-color: #B380CE; }
a { background-color: rgb(179,128,206); }
div.DivClassName
{
background-color: #B380CE;
}
.BgClassName
{
background-color: #B380CE;
}
</style>
border-color css
<style>
span { border-color: #B380CE; }
span { border-color: rgb(179,128,206); }
td.TdClassName
{
border-color: #B380CE;
}
.TagClassName
{
border-color: #B380CE;
}
</style>