Shades of East Side #B184C4
Tints of East Side #B184C4
RGB
CMYK
RGB Variations
Color information
#B184C4 (or 0xB184C4) is known color: East Side. HEX triplet: B1, 84 and C4. RGB value is (177,132,196). Sum of RGB (Red+Green+Blue) = 177+132+196=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 196 - color contains mainly: blue. Hex color #B184C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B184C4 is #4E7B3B. Grayscale: #989898. Windows color (decimal): -5143356 or 12879025. OLE color: 12879025.
HSL color Cylindrical-coordinate representation of color #B184C4: hue angle of 282.19º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B184C4 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 132 | 196 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.23 |
| HSL | 282.19º | 0.35% | 0.64% | - |
| HSV(B) | 282.19º | 0.33% | 0.77% | - |
| XYZ | 36.35 | 29.84 | 56.07 | - |
| YUV | 152.75 | 152.41 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 196 | 0.10 | 0.33 | 0 | 0.23 | 282.19 | 0.35 | 0.64 |
| Hex | B1 | 84 | C4 | A | 21 | 0 | 17 | 11A | 23 | 40 |
| Octal | 261 | 204 | 304 | 12 | 41 | 0 | 27 | 432 | 43 | 100 |
| Binary | 10110001 | 10000100 | 11000100 | 1010 | 100001 | 0 | 10111 | 100011010 | 100011 | 1000000 |
Color Harmonies of #B184C4
Complementary color
Monochromatic Colors of #B184C4
Black with #B184C4
Text Example
Text Example
White with #B184C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B184C4; }
p { color: rgb(177,132,196); }
H1.HeaderClassName
{
color: #B184C4;
}
.AnyTagClassName
{
color: #B184C4;
}
</style>
background-color css
<style>
a { background-color: #B184C4; }
a { background-color: rgb(177,132,196); }
div.DivClassName
{
background-color: #B184C4;
}
.BgClassName
{
background-color: #B184C4;
}
</style>
border-color css
<style>
span { border-color: #B184C4; }
span { border-color: rgb(177,132,196); }
td.TdClassName
{
border-color: #B184C4;
}
.TagClassName
{
border-color: #B184C4;
}
</style>