Shades of East Side #B680C9
Tints of East Side #B680C9
RGB
CMYK
RGB Variations
Color information
#B680C9 (or 0xB680C9) is known color: East Side. HEX triplet: B6, 80 and C9. RGB value is (182,128,201). Sum of RGB (Red+Green+Blue) = 182+128+201=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 201 - color contains mainly: blue. Hex color #B680C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B680C9 is #497F36. Grayscale: #989898. Windows color (decimal): -4816695 or 13205686. OLE color: 13205686.
HSL color Cylindrical-coordinate representation of color #B680C9: hue angle of 284.38º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B680C9 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 128 | 201 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.21 |
| HSL | 284.38º | 0.4% | 0.65% | - |
| HSV(B) | 284.38º | 0.36% | 0.79% | - |
| XYZ | 37.55 | 29.6 | 58.99 | - |
| YUV | 152.47 | 155.39 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 201 | 0.09 | 0.36 | 0 | 0.21 | 284.38 | 0.4 | 0.65 |
| Hex | B6 | 80 | C9 | 9 | 24 | 0 | 15 | 11C | 28 | 41 |
| Octal | 266 | 200 | 311 | 11 | 44 | 0 | 25 | 434 | 50 | 101 |
| Binary | 10110110 | 10000000 | 11001001 | 1001 | 100100 | 0 | 10101 | 100011100 | 101000 | 1000001 |
Color Harmonies of #B680C9
Complementary color
Monochromatic Colors of #B680C9
Black with #B680C9
Text Example
Text Example
White with #B680C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B680C9; }
p { color: rgb(182,128,201); }
H1.HeaderClassName
{
color: #B680C9;
}
.AnyTagClassName
{
color: #B680C9;
}
</style>
background-color css
<style>
a { background-color: #B680C9; }
a { background-color: rgb(182,128,201); }
div.DivClassName
{
background-color: #B680C9;
}
.BgClassName
{
background-color: #B680C9;
}
</style>
border-color css
<style>
span { border-color: #B680C9; }
span { border-color: rgb(182,128,201); }
td.TdClassName
{
border-color: #B680C9;
}
.TagClassName
{
border-color: #B680C9;
}
</style>