Shades of East Side #B382B8
Tints of East Side #B382B8
RGB
CMYK
RGB Variations
Color information
#B382B8 (or 0xB382B8) is known color: East Side. HEX triplet: B3, 82 and B8. RGB value is (179,130,184). Sum of RGB (Red+Green+Blue) = 179+130+184=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 184 - color contains mainly: blue. Hex color #B382B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B382B8 is #4C7D47. Grayscale: #969696. Windows color (decimal): -5012808 or 12092083. OLE color: 12092083.
HSL color Cylindrical-coordinate representation of color #B382B8: hue angle of 294.44º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B382B8 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 130 | 184 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.28 |
| HSL | 294.44º | 0.28% | 0.62% | - |
| HSV(B) | 294.44º | 0.29% | 0.72% | - |
| XYZ | 35.22 | 29.01 | 49.09 | - |
| YUV | 150.81 | 146.73 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 130 | 184 | 0.03 | 0.29 | 0 | 0.28 | 294.44 | 0.28 | 0.62 |
| Hex | B3 | 82 | B8 | 3 | 1D | 0 | 1C | 126 | 1C | 3E |
| Octal | 263 | 202 | 270 | 3 | 35 | 0 | 34 | 446 | 34 | 76 |
| Binary | 10110011 | 10000010 | 10111000 | 11 | 11101 | 0 | 11100 | 100100110 | 11100 | 111110 |
Color Harmonies of #B382B8
Complementary color
Monochromatic Colors of #B382B8
Black with #B382B8
Text Example
Text Example
White with #B382B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B382B8; }
p { color: rgb(179,130,184); }
H1.HeaderClassName
{
color: #B382B8;
}
.AnyTagClassName
{
color: #B382B8;
}
</style>
background-color css
<style>
a { background-color: #B382B8; }
a { background-color: rgb(179,130,184); }
div.DivClassName
{
background-color: #B382B8;
}
.BgClassName
{
background-color: #B382B8;
}
</style>
border-color css
<style>
span { border-color: #B382B8; }
span { border-color: rgb(179,130,184); }
td.TdClassName
{
border-color: #B382B8;
}
.TagClassName
{
border-color: #B382B8;
}
</style>