Shades of East Side #BB79BF
Tints of East Side #BB79BF
RGB
CMYK
RGB Variations
Color information
#BB79BF (or 0xBB79BF) is known color: East Side. HEX triplet: BB, 79 and BF. RGB value is (187,121,191). Sum of RGB (Red+Green+Blue) = 187+121+191=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 121 (47.66% from 255 or 24.25% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB79BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB79BF is #448640. Grayscale: #949494. Windows color (decimal): -4490817 or 12548539. OLE color: 12548539.
HSL color Cylindrical-coordinate representation of color #BB79BF: hue angle of 296.57º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB79BF is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 121 | 191 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.25 |
| HSL | 296.57º | 0.35% | 0.61% | - |
| HSV(B) | 296.57º | 0.37% | 0.75% | - |
| XYZ | 36.73 | 28 | 52.76 | - |
| YUV | 148.71 | 151.87 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 121 | 191 | 0.02 | 0.37 | 0 | 0.25 | 296.57 | 0.35 | 0.61 |
| Hex | BB | 79 | BF | 2 | 25 | 0 | 19 | 129 | 23 | 3D |
| Octal | 273 | 171 | 277 | 2 | 45 | 0 | 31 | 451 | 43 | 75 |
| Binary | 10111011 | 1111001 | 10111111 | 10 | 100101 | 0 | 11001 | 100101001 | 100011 | 111101 |
Color Harmonies of #BB79BF
Complementary color
Monochromatic Colors of #BB79BF
Black with #BB79BF
Text Example
Text Example
White with #BB79BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB79BF; }
p { color: rgb(187,121,191); }
H1.HeaderClassName
{
color: #BB79BF;
}
.AnyTagClassName
{
color: #BB79BF;
}
</style>
background-color css
<style>
a { background-color: #BB79BF; }
a { background-color: rgb(187,121,191); }
div.DivClassName
{
background-color: #BB79BF;
}
.BgClassName
{
background-color: #BB79BF;
}
</style>
border-color css
<style>
span { border-color: #BB79BF; }
span { border-color: rgb(187,121,191); }
td.TdClassName
{
border-color: #BB79BF;
}
.TagClassName
{
border-color: #BB79BF;
}
</style>