Shades of East Side #B183CC
Tints of East Side #B183CC
RGB
CMYK
RGB Variations
Color information
#B183CC (or 0xB183CC) is known color: East Side. HEX triplet: B1, 83 and CC. RGB value is (177,131,204). Sum of RGB (Red+Green+Blue) = 177+131+204=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #B183CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B183CC is #4E7C33. Grayscale: #989898. Windows color (decimal): -5143604 or 13403057. OLE color: 13403057.
HSL color Cylindrical-coordinate representation of color #B183CC: hue angle of 277.81º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B183CC is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 131 | 204 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.2 |
| HSL | 277.81º | 0.42% | 0.66% | - |
| HSV(B) | 277.81º | 0.36% | 0.8% | - |
| XYZ | 37.15 | 29.94 | 60.95 | - |
| YUV | 153.08 | 156.74 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 131 | 204 | 0.13 | 0.36 | 0 | 0.2 | 277.81 | 0.42 | 0.66 |
| Hex | B1 | 83 | CC | D | 24 | 0 | 14 | 116 | 2A | 42 |
| Octal | 261 | 203 | 314 | 15 | 44 | 0 | 24 | 426 | 52 | 102 |
| Binary | 10110001 | 10000011 | 11001100 | 1101 | 100100 | 0 | 10100 | 100010110 | 101010 | 1000010 |
Color Harmonies of #B183CC
Complementary color
Monochromatic Colors of #B183CC
Black with #B183CC
Text Example
Text Example
White with #B183CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B183CC; }
p { color: rgb(177,131,204); }
H1.HeaderClassName
{
color: #B183CC;
}
.AnyTagClassName
{
color: #B183CC;
}
</style>
background-color css
<style>
a { background-color: #B183CC; }
a { background-color: rgb(177,131,204); }
div.DivClassName
{
background-color: #B183CC;
}
.BgClassName
{
background-color: #B183CC;
}
</style>
border-color css
<style>
span { border-color: #B183CC; }
span { border-color: rgb(177,131,204); }
td.TdClassName
{
border-color: #B183CC;
}
.TagClassName
{
border-color: #B183CC;
}
</style>