Shades of East Side #B592C1
Tints of East Side #B592C1
RGB
CMYK
RGB Variations
Color information
#B592C1 (or 0xB592C1) is known color: East Side. HEX triplet: B5, 92 and C1. RGB value is (181,146,193). Sum of RGB (Red+Green+Blue) = 181+146+193=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 193 - color contains mainly: blue. Hex color #B592C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B592C1 is #4A6D3E. Grayscale: #A1A1A1. Windows color (decimal): -4877631 or 12686005. OLE color: 12686005.
HSL color Cylindrical-coordinate representation of color #B592C1: hue angle of 284.68º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B592C1 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 146 | 193 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.24 |
| HSL | 284.68º | 0.27% | 0.66% | - |
| HSV(B) | 284.68º | 0.24% | 0.76% | - |
| XYZ | 38.96 | 34.23 | 55.01 | - |
| YUV | 161.82 | 145.6 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 193 | 0.06 | 0.24 | 0 | 0.24 | 284.68 | 0.27 | 0.66 |
| Hex | B5 | 92 | C1 | 6 | 18 | 0 | 18 | 11D | 1B | 42 |
| Octal | 265 | 222 | 301 | 6 | 30 | 0 | 30 | 435 | 33 | 102 |
| Binary | 10110101 | 10010010 | 11000001 | 110 | 11000 | 0 | 11000 | 100011101 | 11011 | 1000010 |
Color Harmonies of #B592C1
Complementary color
Monochromatic Colors of #B592C1
Black with #B592C1
Text Example
Text Example
White with #B592C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B592C1; }
p { color: rgb(181,146,193); }
H1.HeaderClassName
{
color: #B592C1;
}
.AnyTagClassName
{
color: #B592C1;
}
</style>
background-color css
<style>
a { background-color: #B592C1; }
a { background-color: rgb(181,146,193); }
div.DivClassName
{
background-color: #B592C1;
}
.BgClassName
{
background-color: #B592C1;
}
</style>
border-color css
<style>
span { border-color: #B592C1; }
span { border-color: rgb(181,146,193); }
td.TdClassName
{
border-color: #B592C1;
}
.TagClassName
{
border-color: #B592C1;
}
</style>