Shades of East Side #B399C1
Tints of East Side #B399C1
RGB
CMYK
RGB Variations
Color information
#B399C1 (or 0xB399C1) is known color: East Side. HEX triplet: B3, 99 and C1. RGB value is (179,153,193). Sum of RGB (Red+Green+Blue) = 179+153+193=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 193 - color contains mainly: blue. Hex color #B399C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B399C1 is #4C663E. Grayscale: #A5A5A5. Windows color (decimal): -5006911 or 12687795. OLE color: 12687795.
HSL color Cylindrical-coordinate representation of color #B399C1: hue angle of 279º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B399C1 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 153 | 193 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.24 |
| HSL | 279º | 0.24% | 0.68% | - |
| HSV(B) | 279º | 0.21% | 0.76% | - |
| XYZ | 39.61 | 36.22 | 55.36 | - |
| YUV | 165.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 153 | 193 | 0.07 | 0.21 | 0 | 0.24 | 279 | 0.24 | 0.68 |
| Hex | B3 | 99 | C1 | 7 | 15 | 0 | 18 | 117 | 18 | 44 |
| Octal | 263 | 231 | 301 | 7 | 25 | 0 | 30 | 427 | 30 | 104 |
| Binary | 10110011 | 10011001 | 11000001 | 111 | 10101 | 0 | 11000 | 100010111 | 11000 | 1000100 |
Color Harmonies of #B399C1
Complementary color
Monochromatic Colors of #B399C1
Black with #B399C1
Text Example
Text Example
White with #B399C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B399C1; }
p { color: rgb(179,153,193); }
H1.HeaderClassName
{
color: #B399C1;
}
.AnyTagClassName
{
color: #B399C1;
}
</style>
background-color css
<style>
a { background-color: #B399C1; }
a { background-color: rgb(179,153,193); }
div.DivClassName
{
background-color: #B399C1;
}
.BgClassName
{
background-color: #B399C1;
}
</style>
border-color css
<style>
span { border-color: #B399C1; }
span { border-color: rgb(179,153,193); }
td.TdClassName
{
border-color: #B399C1;
}
.TagClassName
{
border-color: #B399C1;
}
</style>