Shades of East Side #B680CB
Tints of East Side #B680CB
RGB
CMYK
RGB Variations
Color information
#B680CB (or 0xB680CB) is known color: East Side. HEX triplet: B6, 80 and CB. RGB value is (182,128,203). Sum of RGB (Red+Green+Blue) = 182+128+203=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #B680CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B680CB is #497F34. Grayscale: #989898. Windows color (decimal): -4816693 or 13336758. OLE color: 13336758.
HSL color Cylindrical-coordinate representation of color #B680CB: hue angle of 283.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B680CB is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 128 | 203 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.20 |
| HSL | 283.2º | 0.42% | 0.65% | - |
| HSV(B) | 283.2º | 0.37% | 0.8% | - |
| XYZ | 37.79 | 29.7 | 60.24 | - |
| YUV | 152.7 | 156.39 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 203 | 0.10 | 0.37 | 0 | 0.20 | 283.2 | 0.42 | 0.65 |
| Hex | B6 | 80 | CB | A | 25 | 0 | 14 | 11B | 2A | 41 |
| Octal | 266 | 200 | 313 | 12 | 45 | 0 | 24 | 433 | 52 | 101 |
| Binary | 10110110 | 10000000 | 11001011 | 1010 | 100101 | 0 | 10100 | 100011011 | 101010 | 1000001 |
Color Harmonies of #B680CB
Complementary color
Monochromatic Colors of #B680CB
Black with #B680CB
Text Example
Text Example
White with #B680CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B680CB; }
p { color: rgb(182,128,203); }
H1.HeaderClassName
{
color: #B680CB;
}
.AnyTagClassName
{
color: #B680CB;
}
</style>
background-color css
<style>
a { background-color: #B680CB; }
a { background-color: rgb(182,128,203); }
div.DivClassName
{
background-color: #B680CB;
}
.BgClassName
{
background-color: #B680CB;
}
</style>
border-color css
<style>
span { border-color: #B680CB; }
span { border-color: rgb(182,128,203); }
td.TdClassName
{
border-color: #B680CB;
}
.TagClassName
{
border-color: #B680CB;
}
</style>