Shades of East Side #B382CE
Tints of East Side #B382CE
RGB
CMYK
RGB Variations
Color information
#B382CE (or 0xB382CE) is known color: East Side. HEX triplet: B3, 82 and CE. RGB value is (179,130,206). Sum of RGB (Red+Green+Blue) = 179+130+206=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #B382CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B382CE is #4C7D31. Grayscale: #999999. Windows color (decimal): -5012786 or 13533875. OLE color: 13533875.
HSL color Cylindrical-coordinate representation of color #B382CE: hue angle of 278.68º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B382CE is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 130 | 206 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.19 |
| HSL | 278.68º | 0.44% | 0.66% | - |
| HSV(B) | 278.68º | 0.37% | 0.81% | - |
| XYZ | 37.71 | 30.01 | 62.2 | - |
| YUV | 153.32 | 157.73 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 130 | 206 | 0.13 | 0.37 | 0 | 0.19 | 278.68 | 0.44 | 0.66 |
| Hex | B3 | 82 | CE | D | 25 | 0 | 13 | 117 | 2C | 42 |
| Octal | 263 | 202 | 316 | 15 | 45 | 0 | 23 | 427 | 54 | 102 |
| Binary | 10110011 | 10000010 | 11001110 | 1101 | 100101 | 0 | 10011 | 100010111 | 101100 | 1000010 |
Color Harmonies of #B382CE
Complementary color
Monochromatic Colors of #B382CE
Black with #B382CE
Text Example
Text Example
White with #B382CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B382CE; }
p { color: rgb(179,130,206); }
H1.HeaderClassName
{
color: #B382CE;
}
.AnyTagClassName
{
color: #B382CE;
}
</style>
background-color css
<style>
a { background-color: #B382CE; }
a { background-color: rgb(179,130,206); }
div.DivClassName
{
background-color: #B382CE;
}
.BgClassName
{
background-color: #B382CE;
}
</style>
border-color css
<style>
span { border-color: #B382CE; }
span { border-color: rgb(179,130,206); }
td.TdClassName
{
border-color: #B382CE;
}
.TagClassName
{
border-color: #B382CE;
}
</style>