Shades of East Side #B279BF
Tints of East Side #B279BF
RGB
CMYK
RGB Variations
Color information
#B279BF (or 0xB279BF) is known color: East Side. HEX triplet: B2, 79 and BF. RGB value is (178,121,191). Sum of RGB (Red+Green+Blue) = 178+121+191=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #B279BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B279BF is #4D8640. Grayscale: #919191. Windows color (decimal): -5080641 or 12548530. OLE color: 12548530.
HSL color Cylindrical-coordinate representation of color #B279BF: hue angle of 288.86º 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 #B279BF is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 121 | 191 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.25 |
| HSL | 288.86º | 0.35% | 0.61% | - |
| HSV(B) | 288.86º | 0.37% | 0.75% | - |
| XYZ | 34.6 | 26.9 | 52.66 | - |
| YUV | 146.02 | 153.38 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 121 | 191 | 0.07 | 0.37 | 0 | 0.25 | 288.86 | 0.35 | 0.61 |
| Hex | B2 | 79 | BF | 7 | 25 | 0 | 19 | 121 | 23 | 3D |
| Octal | 262 | 171 | 277 | 7 | 45 | 0 | 31 | 441 | 43 | 75 |
| Binary | 10110010 | 1111001 | 10111111 | 111 | 100101 | 0 | 11001 | 100100001 | 100011 | 111101 |
Color Harmonies of #B279BF
Complementary color
Monochromatic Colors of #B279BF
Black with #B279BF
Text Example
Text Example
White with #B279BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B279BF; }
p { color: rgb(178,121,191); }
H1.HeaderClassName
{
color: #B279BF;
}
.AnyTagClassName
{
color: #B279BF;
}
</style>
background-color css
<style>
a { background-color: #B279BF; }
a { background-color: rgb(178,121,191); }
div.DivClassName
{
background-color: #B279BF;
}
.BgClassName
{
background-color: #B279BF;
}
</style>
border-color css
<style>
span { border-color: #B279BF; }
span { border-color: rgb(178,121,191); }
td.TdClassName
{
border-color: #B279BF;
}
.TagClassName
{
border-color: #B279BF;
}
</style>