Shades of East Side #BB79D5
Tints of East Side #BB79D5
RGB
CMYK
RGB Variations
Color information
#BB79D5 (or 0xBB79D5) is known color: East Side. HEX triplet: BB, 79 and D5. RGB value is (187,121,213). Sum of RGB (Red+Green+Blue) = 187+121+213=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB79D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB79D5 is #44862A. Grayscale: #969696. Windows color (decimal): -4490795 or 13990331. OLE color: 13990331.
HSL color Cylindrical-coordinate representation of color #BB79D5: hue angle of 283.04º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB79D5 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 121 | 213 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.16 |
| HSL | 283.04º | 0.52% | 0.65% | - |
| HSV(B) | 283.04º | 0.43% | 0.84% | - |
| XYZ | 39.34 | 29.04 | 66.48 | - |
| YUV | 151.22 | 162.87 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 121 | 213 | 0.12 | 0.43 | 0 | 0.16 | 283.04 | 0.52 | 0.65 |
| Hex | BB | 79 | D5 | C | 2B | 0 | 10 | 11B | 34 | 41 |
| Octal | 273 | 171 | 325 | 14 | 53 | 0 | 20 | 433 | 64 | 101 |
| Binary | 10111011 | 1111001 | 11010101 | 1100 | 101011 | 0 | 10000 | 100011011 | 110100 | 1000001 |
Color Harmonies of #BB79D5
Complementary color
Monochromatic Colors of #BB79D5
Black with #BB79D5
Text Example
Text Example
White with #BB79D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB79D5; }
p { color: rgb(187,121,213); }
H1.HeaderClassName
{
color: #BB79D5;
}
.AnyTagClassName
{
color: #BB79D5;
}
</style>
background-color css
<style>
a { background-color: #BB79D5; }
a { background-color: rgb(187,121,213); }
div.DivClassName
{
background-color: #BB79D5;
}
.BgClassName
{
background-color: #BB79D5;
}
</style>
border-color css
<style>
span { border-color: #BB79D5; }
span { border-color: rgb(187,121,213); }
td.TdClassName
{
border-color: #BB79D5;
}
.TagClassName
{
border-color: #BB79D5;
}
</style>