Shades of East Side #B680D4
Tints of East Side #B680D4
RGB
CMYK
RGB Variations
Color information
#B680D4 (or 0xB680D4) is known color: East Side. HEX triplet: B6, 80 and D4. RGB value is (182,128,212). Sum of RGB (Red+Green+Blue) = 182+128+212=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 212 (83.20% from 255 or 40.61% from 522); Max value from RGB is 212 - color contains mainly: blue. Hex color #B680D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B680D4 is #497F2B. Grayscale: #999999. Windows color (decimal): -4816684 or 13926582. OLE color: 13926582.
HSL color Cylindrical-coordinate representation of color #B680D4: hue angle of 278.57º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B680D4 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 128 | 212 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.17 |
| HSL | 278.57º | 0.49% | 0.67% | - |
| HSV(B) | 278.57º | 0.4% | 0.83% | - |
| XYZ | 38.89 | 30.14 | 66.05 | - |
| YUV | 153.72 | 160.89 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 212 | 0.14 | 0.40 | 0 | 0.17 | 278.57 | 0.49 | 0.67 |
| Hex | B6 | 80 | D4 | E | 28 | 0 | 11 | 117 | 31 | 43 |
| Octal | 266 | 200 | 324 | 16 | 50 | 0 | 21 | 427 | 61 | 103 |
| Binary | 10110110 | 10000000 | 11010100 | 1110 | 101000 | 0 | 10001 | 100010111 | 110001 | 1000011 |
Color Harmonies of #B680D4
Complementary color
Monochromatic Colors of #B680D4
Black with #B680D4
Text Example
Text Example
White with #B680D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B680D4; }
p { color: rgb(182,128,212); }
H1.HeaderClassName
{
color: #B680D4;
}
.AnyTagClassName
{
color: #B680D4;
}
</style>
background-color css
<style>
a { background-color: #B680D4; }
a { background-color: rgb(182,128,212); }
div.DivClassName
{
background-color: #B680D4;
}
.BgClassName
{
background-color: #B680D4;
}
</style>
border-color css
<style>
span { border-color: #B680D4; }
span { border-color: rgb(182,128,212); }
td.TdClassName
{
border-color: #B680D4;
}
.TagClassName
{
border-color: #B680D4;
}
</style>