Shades of East Side #B283B7
Tints of East Side #B283B7
RGB
CMYK
RGB Variations
Color information
#B283B7 (or 0xB283B7) is known color: East Side. HEX triplet: B2, 83 and B7. RGB value is (178,131,183). Sum of RGB (Red+Green+Blue) = 178+131+183=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 183 - color contains mainly: blue. Hex color #B283B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B283B7 is #4D7C48. Grayscale: #969696. Windows color (decimal): -5078089 or 12026802. OLE color: 12026802.
HSL color Cylindrical-coordinate representation of color #B283B7: hue angle of 294.23º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B283B7 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 131 | 183 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.28 |
| HSL | 294.23º | 0.27% | 0.62% | - |
| HSV(B) | 294.23º | 0.28% | 0.72% | - |
| XYZ | 35.02 | 29.12 | 48.57 | - |
| YUV | 150.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 131 | 183 | 0.03 | 0.28 | 0 | 0.28 | 294.23 | 0.27 | 0.62 |
| Hex | B2 | 83 | B7 | 3 | 1C | 0 | 1C | 126 | 1B | 3E |
| Octal | 262 | 203 | 267 | 3 | 34 | 0 | 34 | 446 | 33 | 76 |
| Binary | 10110010 | 10000011 | 10110111 | 11 | 11100 | 0 | 11100 | 100100110 | 11011 | 111110 |
Color Harmonies of #B283B7
Complementary color
Monochromatic Colors of #B283B7
Black with #B283B7
Text Example
Text Example
White with #B283B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B283B7; }
p { color: rgb(178,131,183); }
H1.HeaderClassName
{
color: #B283B7;
}
.AnyTagClassName
{
color: #B283B7;
}
</style>
background-color css
<style>
a { background-color: #B283B7; }
a { background-color: rgb(178,131,183); }
div.DivClassName
{
background-color: #B283B7;
}
.BgClassName
{
background-color: #B283B7;
}
</style>
border-color css
<style>
span { border-color: #B283B7; }
span { border-color: rgb(178,131,183); }
td.TdClassName
{
border-color: #B283B7;
}
.TagClassName
{
border-color: #B283B7;
}
</style>