Shades of East Side #B795C1
Tints of East Side #B795C1
RGB
CMYK
RGB Variations
Color information
#B795C1 (or 0xB795C1) is known color: East Side. HEX triplet: B7, 95 and C1. RGB value is (183,149,193). Sum of RGB (Red+Green+Blue) = 183+149+193=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 149 (58.59% from 255 or 28.38% 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 #B795C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B795C1 is #486A3E. Grayscale: #A4A4A4. Windows color (decimal): -4745791 or 12686775. OLE color: 12686775.
HSL color Cylindrical-coordinate representation of color #B795C1: hue angle of 286.36º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B795C1 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 149 | 193 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.24 |
| HSL | 286.36º | 0.26% | 0.67% | - |
| HSV(B) | 286.36º | 0.23% | 0.76% | - |
| XYZ | 39.9 | 35.41 | 55.18 | - |
| YUV | 164.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 149 | 193 | 0.05 | 0.23 | 0 | 0.24 | 286.36 | 0.26 | 0.67 |
| Hex | B7 | 95 | C1 | 5 | 17 | 0 | 18 | 11E | 1A | 43 |
| Octal | 267 | 225 | 301 | 5 | 27 | 0 | 30 | 436 | 32 | 103 |
| Binary | 10110111 | 10010101 | 11000001 | 101 | 10111 | 0 | 11000 | 100011110 | 11010 | 1000011 |
Color Harmonies of #B795C1
Complementary color
Monochromatic Colors of #B795C1
Black with #B795C1
Text Example
Text Example
White with #B795C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B795C1; }
p { color: rgb(183,149,193); }
H1.HeaderClassName
{
color: #B795C1;
}
.AnyTagClassName
{
color: #B795C1;
}
</style>
background-color css
<style>
a { background-color: #B795C1; }
a { background-color: rgb(183,149,193); }
div.DivClassName
{
background-color: #B795C1;
}
.BgClassName
{
background-color: #B795C1;
}
</style>
border-color css
<style>
span { border-color: #B795C1; }
span { border-color: rgb(183,149,193); }
td.TdClassName
{
border-color: #B795C1;
}
.TagClassName
{
border-color: #B795C1;
}
</style>