Shades of East Side #B083CA
Tints of East Side #B083CA
RGB
CMYK
RGB Variations
Color information
#B083CA (or 0xB083CA) is known color: East Side. HEX triplet: B0, 83 and CA. RGB value is (176,131,202). Sum of RGB (Red+Green+Blue) = 176+131+202=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #B083CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B083CA is #4F7C35. Grayscale: #989898. Windows color (decimal): -5209142 or 13271984. OLE color: 13271984.
HSL color Cylindrical-coordinate representation of color #B083CA: hue angle of 278.03º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B083CA is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 131 | 202 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.21 |
| HSL | 278.03º | 0.4% | 0.65% | - |
| HSV(B) | 278.03º | 0.35% | 0.79% | - |
| XYZ | 36.68 | 29.73 | 59.68 | - |
| YUV | 152.55 | 155.91 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 131 | 202 | 0.13 | 0.35 | 0 | 0.21 | 278.03 | 0.4 | 0.65 |
| Hex | B0 | 83 | CA | D | 23 | 0 | 15 | 116 | 28 | 41 |
| Octal | 260 | 203 | 312 | 15 | 43 | 0 | 25 | 426 | 50 | 101 |
| Binary | 10110000 | 10000011 | 11001010 | 1101 | 100011 | 0 | 10101 | 100010110 | 101000 | 1000001 |
Color Harmonies of #B083CA
Complementary color
Monochromatic Colors of #B083CA
Black with #B083CA
Text Example
Text Example
White with #B083CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B083CA; }
p { color: rgb(176,131,202); }
H1.HeaderClassName
{
color: #B083CA;
}
.AnyTagClassName
{
color: #B083CA;
}
</style>
background-color css
<style>
a { background-color: #B083CA; }
a { background-color: rgb(176,131,202); }
div.DivClassName
{
background-color: #B083CA;
}
.BgClassName
{
background-color: #B083CA;
}
</style>
border-color css
<style>
span { border-color: #B083CA; }
span { border-color: rgb(176,131,202); }
td.TdClassName
{
border-color: #B083CA;
}
.TagClassName
{
border-color: #B083CA;
}
</style>