Shades of East Side #B682D4
Tints of East Side #B682D4
RGB
CMYK
RGB Variations
Color information
#B682D4 (or 0xB682D4) is known color: East Side. HEX triplet: B6, 82 and D4. RGB value is (182,130,212). Sum of RGB (Red+Green+Blue) = 182+130+212=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 212 (83.20% from 255 or 40.46% from 524); Max value from RGB is 212 - color contains mainly: blue. Hex color #B682D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B682D4 is #497D2B. Grayscale: #9A9A9A. Windows color (decimal): -4816172 or 13927094. OLE color: 13927094.
HSL color Cylindrical-coordinate representation of color #B682D4: hue angle of 278.05º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B682D4 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 130 | 212 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.17 |
| HSL | 278.05º | 0.49% | 0.67% | - |
| HSV(B) | 278.05º | 0.39% | 0.83% | - |
| XYZ | 39.16 | 30.66 | 66.14 | - |
| YUV | 154.9 | 160.23 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 212 | 0.14 | 0.39 | 0 | 0.17 | 278.05 | 0.49 | 0.67 |
| Hex | B6 | 82 | D4 | E | 27 | 0 | 11 | 116 | 31 | 43 |
| Octal | 266 | 202 | 324 | 16 | 47 | 0 | 21 | 426 | 61 | 103 |
| Binary | 10110110 | 10000010 | 11010100 | 1110 | 100111 | 0 | 10001 | 100010110 | 110001 | 1000011 |
Color Harmonies of #B682D4
Complementary color
Monochromatic Colors of #B682D4
Black with #B682D4
Text Example
Text Example
White with #B682D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B682D4; }
p { color: rgb(182,130,212); }
H1.HeaderClassName
{
color: #B682D4;
}
.AnyTagClassName
{
color: #B682D4;
}
</style>
background-color css
<style>
a { background-color: #B682D4; }
a { background-color: rgb(182,130,212); }
div.DivClassName
{
background-color: #B682D4;
}
.BgClassName
{
background-color: #B682D4;
}
</style>
border-color css
<style>
span { border-color: #B682D4; }
span { border-color: rgb(182,130,212); }
td.TdClassName
{
border-color: #B682D4;
}
.TagClassName
{
border-color: #B682D4;
}
</style>