Shades of East Side #B795C0
Tints of East Side #B795C0
RGB
CMYK
RGB Variations
Color information
#B795C0 (or 0xB795C0) is known color: East Side. HEX triplet: B7, 95 and C0. RGB value is (183,149,192). Sum of RGB (Red+Green+Blue) = 183+149+192=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 192 - color contains mainly: blue. Hex color #B795C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B795C0 is #486A3F. Grayscale: #A3A3A3. Windows color (decimal): -4745792 or 12621239. OLE color: 12621239.
HSL color Cylindrical-coordinate representation of color #B795C0: hue angle of 287.44º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B795C0 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 149 | 192 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.25 |
| HSL | 287.44º | 0.25% | 0.67% | - |
| HSV(B) | 287.44º | 0.22% | 0.75% | - |
| XYZ | 39.79 | 35.37 | 54.6 | - |
| YUV | 164.07 | 143.76 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 149 | 192 | 0.05 | 0.22 | 0 | 0.25 | 287.44 | 0.25 | 0.67 |
| Hex | B7 | 95 | C0 | 5 | 16 | 0 | 19 | 11F | 19 | 43 |
| Octal | 267 | 225 | 300 | 5 | 26 | 0 | 31 | 437 | 31 | 103 |
| Binary | 10110111 | 10010101 | 11000000 | 101 | 10110 | 0 | 11001 | 100011111 | 11001 | 1000011 |
Color Harmonies of #B795C0
Complementary color
Monochromatic Colors of #B795C0
Black with #B795C0
Text Example
Text Example
White with #B795C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B795C0; }
p { color: rgb(183,149,192); }
H1.HeaderClassName
{
color: #B795C0;
}
.AnyTagClassName
{
color: #B795C0;
}
</style>
background-color css
<style>
a { background-color: #B795C0; }
a { background-color: rgb(183,149,192); }
div.DivClassName
{
background-color: #B795C0;
}
.BgClassName
{
background-color: #B795C0;
}
</style>
border-color css
<style>
span { border-color: #B795C0; }
span { border-color: rgb(183,149,192); }
td.TdClassName
{
border-color: #B795C0;
}
.TagClassName
{
border-color: #B795C0;
}
</style>