Shades of East Side #B682BF
Tints of East Side #B682BF
RGB
CMYK
RGB Variations
Color information
#B682BF (or 0xB682BF) is known color: East Side. HEX triplet: B6, 82 and BF. RGB value is (182,130,191). Sum of RGB (Red+Green+Blue) = 182+130+191=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #B682BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B682BF is #497D40. Grayscale: #989898. Windows color (decimal): -4816193 or 12550838. OLE color: 12550838.
HSL color Cylindrical-coordinate representation of color #B682BF: hue angle of 291.15º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B682BF is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 130 | 191 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.25 |
| HSL | 291.15º | 0.32% | 0.63% | - |
| HSV(B) | 291.15º | 0.32% | 0.75% | - |
| XYZ | 36.68 | 29.67 | 53.08 | - |
| YUV | 152.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 191 | 0.05 | 0.32 | 0 | 0.25 | 291.15 | 0.32 | 0.63 |
| Hex | B6 | 82 | BF | 5 | 20 | 0 | 19 | 123 | 20 | 3F |
| Octal | 266 | 202 | 277 | 5 | 40 | 0 | 31 | 443 | 40 | 77 |
| Binary | 10110110 | 10000010 | 10111111 | 101 | 100000 | 0 | 11001 | 100100011 | 100000 | 111111 |
Color Harmonies of #B682BF
Complementary color
Monochromatic Colors of #B682BF
Black with #B682BF
Text Example
Text Example
White with #B682BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B682BF; }
p { color: rgb(182,130,191); }
H1.HeaderClassName
{
color: #B682BF;
}
.AnyTagClassName
{
color: #B682BF;
}
</style>
background-color css
<style>
a { background-color: #B682BF; }
a { background-color: rgb(182,130,191); }
div.DivClassName
{
background-color: #B682BF;
}
.BgClassName
{
background-color: #B682BF;
}
</style>
border-color css
<style>
span { border-color: #B682BF; }
span { border-color: rgb(182,130,191); }
td.TdClassName
{
border-color: #B682BF;
}
.TagClassName
{
border-color: #B682BF;
}
</style>