Shades of East Side #B380C2
Tints of East Side #B380C2
RGB
CMYK
RGB Variations
Color information
#B380C2 (or 0xB380C2) is known color: East Side. HEX triplet: B3, 80 and C2. RGB value is (179,128,194). Sum of RGB (Red+Green+Blue) = 179+128+194=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 194 - color contains mainly: blue. Hex color #B380C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B380C2 is #4C7F3D. Grayscale: #969696. Windows color (decimal): -5013310 or 12746931. OLE color: 12746931.
HSL color Cylindrical-coordinate representation of color #B380C2: hue angle of 286.36º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B380C2 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 128 | 194 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.24 |
| HSL | 286.36º | 0.35% | 0.63% | - |
| HSV(B) | 286.36º | 0.34% | 0.76% | - |
| XYZ | 36.05 | 28.92 | 54.72 | - |
| YUV | 150.77 | 152.4 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 128 | 194 | 0.08 | 0.34 | 0 | 0.24 | 286.36 | 0.35 | 0.63 |
| Hex | B3 | 80 | C2 | 8 | 22 | 0 | 18 | 11E | 23 | 3F |
| Octal | 263 | 200 | 302 | 10 | 42 | 0 | 30 | 436 | 43 | 77 |
| Binary | 10110011 | 10000000 | 11000010 | 1000 | 100010 | 0 | 11000 | 100011110 | 100011 | 111111 |
Color Harmonies of #B380C2
Complementary color
Monochromatic Colors of #B380C2
Black with #B380C2
Text Example
Text Example
White with #B380C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B380C2; }
p { color: rgb(179,128,194); }
H1.HeaderClassName
{
color: #B380C2;
}
.AnyTagClassName
{
color: #B380C2;
}
</style>
background-color css
<style>
a { background-color: #B380C2; }
a { background-color: rgb(179,128,194); }
div.DivClassName
{
background-color: #B380C2;
}
.BgClassName
{
background-color: #B380C2;
}
</style>
border-color css
<style>
span { border-color: #B380C2; }
span { border-color: rgb(179,128,194); }
td.TdClassName
{
border-color: #B380C2;
}
.TagClassName
{
border-color: #B380C2;
}
</style>