Shades of East Side #B390CC
Tints of East Side #B390CC
RGB
CMYK
RGB Variations
Color information
#B390CC (or 0xB390CC) is known color: East Side. HEX triplet: B3, 90 and CC. RGB value is (179,144,204). Sum of RGB (Red+Green+Blue) = 179+144+204=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #B390CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B390CC is #4C6F33. Grayscale: #A1A1A1. Windows color (decimal): -5009204 or 13406387. OLE color: 13406387.
HSL color Cylindrical-coordinate representation of color #B390CC: hue angle of 275º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B390CC is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 144 | 204 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.2 |
| HSL | 275º | 0.37% | 0.68% | - |
| HSV(B) | 275º | 0.29% | 0.8% | - |
| XYZ | 39.46 | 33.89 | 61.59 | - |
| YUV | 161.31 | 152.1 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 204 | 0.12 | 0.29 | 0 | 0.2 | 275 | 0.37 | 0.68 |
| Hex | B3 | 90 | CC | C | 1D | 0 | 14 | 113 | 25 | 44 |
| Octal | 263 | 220 | 314 | 14 | 35 | 0 | 24 | 423 | 45 | 104 |
| Binary | 10110011 | 10010000 | 11001100 | 1100 | 11101 | 0 | 10100 | 100010011 | 100101 | 1000100 |
Color Harmonies of #B390CC
Complementary color
Monochromatic Colors of #B390CC
Black with #B390CC
Text Example
Text Example
White with #B390CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B390CC; }
p { color: rgb(179,144,204); }
H1.HeaderClassName
{
color: #B390CC;
}
.AnyTagClassName
{
color: #B390CC;
}
</style>
background-color css
<style>
a { background-color: #B390CC; }
a { background-color: rgb(179,144,204); }
div.DivClassName
{
background-color: #B390CC;
}
.BgClassName
{
background-color: #B390CC;
}
</style>
border-color css
<style>
span { border-color: #B390CC; }
span { border-color: rgb(179,144,204); }
td.TdClassName
{
border-color: #B390CC;
}
.TagClassName
{
border-color: #B390CC;
}
</style>