Shades of East Side #B795C4
Tints of East Side #B795C4
RGB
CMYK
RGB Variations
Color information
#B795C4 (or 0xB795C4) is known color: East Side. HEX triplet: B7, 95 and C4. RGB value is (183,149,196). Sum of RGB (Red+Green+Blue) = 183+149+196=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 196 - color contains mainly: blue. Hex color #B795C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B795C4 is #486A3B. Grayscale: #A4A4A4. Windows color (decimal): -4745788 or 12883383. OLE color: 12883383.
HSL color Cylindrical-coordinate representation of color #B795C4: hue angle of 283.4º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B795C4 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 149 | 196 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.23 |
| HSL | 283.4º | 0.28% | 0.68% | - |
| HSV(B) | 283.4º | 0.24% | 0.77% | - |
| XYZ | 40.24 | 35.55 | 56.97 | - |
| YUV | 164.52 | 145.76 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 149 | 196 | 0.07 | 0.24 | 0 | 0.23 | 283.4 | 0.28 | 0.68 |
| Hex | B7 | 95 | C4 | 7 | 18 | 0 | 17 | 11B | 1C | 44 |
| Octal | 267 | 225 | 304 | 7 | 30 | 0 | 27 | 433 | 34 | 104 |
| Binary | 10110111 | 10010101 | 11000100 | 111 | 11000 | 0 | 10111 | 100011011 | 11100 | 1000100 |
Color Harmonies of #B795C4
Complementary color
Monochromatic Colors of #B795C4
Black with #B795C4
Text Example
Text Example
White with #B795C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B795C4; }
p { color: rgb(183,149,196); }
H1.HeaderClassName
{
color: #B795C4;
}
.AnyTagClassName
{
color: #B795C4;
}
</style>
background-color css
<style>
a { background-color: #B795C4; }
a { background-color: rgb(183,149,196); }
div.DivClassName
{
background-color: #B795C4;
}
.BgClassName
{
background-color: #B795C4;
}
</style>
border-color css
<style>
span { border-color: #B795C4; }
span { border-color: rgb(183,149,196); }
td.TdClassName
{
border-color: #B795C4;
}
.TagClassName
{
border-color: #B795C4;
}
</style>