Shades of East Side #B493C8
Tints of East Side #B493C8
RGB
CMYK
RGB Variations
Color information
#B493C8 (or 0xB493C8) is known color: East Side. HEX triplet: B4, 93 and C8. RGB value is (180,147,200). Sum of RGB (Red+Green+Blue) = 180+147+200=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 200 - color contains mainly: blue. Hex color #B493C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B493C8 is #4B6C37. Grayscale: #A2A2A2. Windows color (decimal): -4942904 or 13145012. OLE color: 13145012.
HSL color Cylindrical-coordinate representation of color #B493C8: hue angle of 277.36º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B493C8 is Cyan = 0.1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 147 | 200 | - |
| CMYK | 0.1 | 0.26 | 0 | 0.22 |
| HSL | 277.36º | 0.33% | 0.68% | - |
| HSV(B) | 277.36º | 0.27% | 0.78% | - |
| XYZ | 39.68 | 34.74 | 59.26 | - |
| YUV | 162.91 | 148.93 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 147 | 200 | 0.1 | 0.26 | 0 | 0.22 | 277.36 | 0.33 | 0.68 |
| Hex | B4 | 93 | C8 | A | 1A | 0 | 16 | 115 | 21 | 44 |
| Octal | 264 | 223 | 310 | 12 | 32 | 0 | 26 | 425 | 41 | 104 |
| Binary | 10110100 | 10010011 | 11001000 | 1010 | 11010 | 0 | 10110 | 100010101 | 100001 | 1000100 |
Color Harmonies of #B493C8
Complementary color
Monochromatic Colors of #B493C8
Black with #B493C8
Text Example
Text Example
White with #B493C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B493C8; }
p { color: rgb(180,147,200); }
H1.HeaderClassName
{
color: #B493C8;
}
.AnyTagClassName
{
color: #B493C8;
}
</style>
background-color css
<style>
a { background-color: #B493C8; }
a { background-color: rgb(180,147,200); }
div.DivClassName
{
background-color: #B493C8;
}
.BgClassName
{
background-color: #B493C8;
}
</style>
border-color css
<style>
span { border-color: #B493C8; }
span { border-color: rgb(180,147,200); }
td.TdClassName
{
border-color: #B493C8;
}
.TagClassName
{
border-color: #B493C8;
}
</style>