Shades of East Side #B982BF
Tints of East Side #B982BF
RGB
CMYK
RGB Variations
Color information
#B982BF (or 0xB982BF) is known color: East Side. HEX triplet: B9, 82 and BF. RGB value is (185,130,191). Sum of RGB (Red+Green+Blue) = 185+130+191=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #B982BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B982BF is #467D40. Grayscale: #999999. Windows color (decimal): -4619585 or 12550841. OLE color: 12550841.
HSL color Cylindrical-coordinate representation of color #B982BF: hue angle of 294.1º 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 #B982BF is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 130 | 191 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.25 |
| HSL | 294.1º | 0.32% | 0.63% | - |
| HSV(B) | 294.1º | 0.32% | 0.75% | - |
| XYZ | 37.39 | 30.04 | 53.12 | - |
| YUV | 153.4 | 149.22 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 130 | 191 | 0.03 | 0.32 | 0 | 0.25 | 294.1 | 0.32 | 0.63 |
| Hex | B9 | 82 | BF | 3 | 20 | 0 | 19 | 126 | 20 | 3F |
| Octal | 271 | 202 | 277 | 3 | 40 | 0 | 31 | 446 | 40 | 77 |
| Binary | 10111001 | 10000010 | 10111111 | 11 | 100000 | 0 | 11001 | 100100110 | 100000 | 111111 |
Color Harmonies of #B982BF
Complementary color
Monochromatic Colors of #B982BF
Black with #B982BF
Text Example
Text Example
White with #B982BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B982BF; }
p { color: rgb(185,130,191); }
H1.HeaderClassName
{
color: #B982BF;
}
.AnyTagClassName
{
color: #B982BF;
}
</style>
background-color css
<style>
a { background-color: #B982BF; }
a { background-color: rgb(185,130,191); }
div.DivClassName
{
background-color: #B982BF;
}
.BgClassName
{
background-color: #B982BF;
}
</style>
border-color css
<style>
span { border-color: #B982BF; }
span { border-color: rgb(185,130,191); }
td.TdClassName
{
border-color: #B982BF;
}
.TagClassName
{
border-color: #B982BF;
}
</style>