Shades of East Side #B282B7
Tints of East Side #B282B7
RGB
CMYK
RGB Variations
Color information
#B282B7 (or 0xB282B7) is known color: East Side. HEX triplet: B2, 82 and B7. RGB value is (178,130,183). Sum of RGB (Red+Green+Blue) = 178+130+183=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 183 - color contains mainly: blue. Hex color #B282B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B282B7 is #4D7D48. Grayscale: #969696. Windows color (decimal): -5078345 or 12026546. OLE color: 12026546.
HSL color Cylindrical-coordinate representation of color #B282B7: hue angle of 294.34º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B282B7 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 130 | 183 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.28 |
| HSL | 294.34º | 0.27% | 0.61% | - |
| HSV(B) | 294.34º | 0.29% | 0.72% | - |
| XYZ | 34.89 | 28.85 | 48.53 | - |
| YUV | 150.39 | 146.4 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 130 | 183 | 0.03 | 0.29 | 0 | 0.28 | 294.34 | 0.27 | 0.61 |
| Hex | B2 | 82 | B7 | 3 | 1D | 0 | 1C | 126 | 1B | 3D |
| Octal | 262 | 202 | 267 | 3 | 35 | 0 | 34 | 446 | 33 | 75 |
| Binary | 10110010 | 10000010 | 10110111 | 11 | 11101 | 0 | 11100 | 100100110 | 11011 | 111101 |
Color Harmonies of #B282B7
Complementary color
Monochromatic Colors of #B282B7
Black with #B282B7
Text Example
Text Example
White with #B282B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B282B7; }
p { color: rgb(178,130,183); }
H1.HeaderClassName
{
color: #B282B7;
}
.AnyTagClassName
{
color: #B282B7;
}
</style>
background-color css
<style>
a { background-color: #B282B7; }
a { background-color: rgb(178,130,183); }
div.DivClassName
{
background-color: #B282B7;
}
.BgClassName
{
background-color: #B282B7;
}
</style>
border-color css
<style>
span { border-color: #B282B7; }
span { border-color: rgb(178,130,183); }
td.TdClassName
{
border-color: #B282B7;
}
.TagClassName
{
border-color: #B282B7;
}
</style>