Shades of East Side #B680BC
Tints of East Side #B680BC
RGB
CMYK
RGB Variations
Color information
#B680BC (or 0xB680BC) is known color: East Side. HEX triplet: B6, 80 and BC. RGB value is (182,128,188). Sum of RGB (Red+Green+Blue) = 182+128+188=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #B680BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B680BC is #497F43. Grayscale: #969696. Windows color (decimal): -4816708 or 12353718. OLE color: 12353718.
HSL color Cylindrical-coordinate representation of color #B680BC: hue angle of 294º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B680BC is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 128 | 188 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.26 |
| HSL | 294º | 0.31% | 0.62% | - |
| HSV(B) | 294º | 0.32% | 0.74% | - |
| XYZ | 36.09 | 29.01 | 51.28 | - |
| YUV | 150.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 188 | 0.03 | 0.32 | 0 | 0.26 | 294 | 0.31 | 0.62 |
| Hex | B6 | 80 | BC | 3 | 20 | 0 | 1A | 126 | 1F | 3E |
| Octal | 266 | 200 | 274 | 3 | 40 | 0 | 32 | 446 | 37 | 76 |
| Binary | 10110110 | 10000000 | 10111100 | 11 | 100000 | 0 | 11010 | 100100110 | 11111 | 111110 |
Color Harmonies of #B680BC
Complementary color
Monochromatic Colors of #B680BC
Black with #B680BC
Text Example
Text Example
White with #B680BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B680BC; }
p { color: rgb(182,128,188); }
H1.HeaderClassName
{
color: #B680BC;
}
.AnyTagClassName
{
color: #B680BC;
}
</style>
background-color css
<style>
a { background-color: #B680BC; }
a { background-color: rgb(182,128,188); }
div.DivClassName
{
background-color: #B680BC;
}
.BgClassName
{
background-color: #B680BC;
}
</style>
border-color css
<style>
span { border-color: #B680BC; }
span { border-color: rgb(182,128,188); }
td.TdClassName
{
border-color: #B680BC;
}
.TagClassName
{
border-color: #B680BC;
}
</style>