Shades of East Side #B575CB
Tints of East Side #B575CB
RGB
CMYK
RGB Variations
Color information
#B575CB (or 0xB575CB) is known color: East Side. HEX triplet: B5, 75 and CB. RGB value is (181,117,203). Sum of RGB (Red+Green+Blue) = 181+117+203=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #B575CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B575CB is #4A8A34. Grayscale: #919191. Windows color (decimal): -4885045 or 13333941. OLE color: 13333941.
HSL color Cylindrical-coordinate representation of color #B575CB: hue angle of 284.65º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B575CB is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 117 | 203 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.20 |
| HSL | 284.65º | 0.45% | 0.63% | - |
| HSV(B) | 284.65º | 0.42% | 0.8% | - |
| XYZ | 36.2 | 26.86 | 59.78 | - |
| YUV | 145.94 | 160.2 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 203 | 0.11 | 0.42 | 0 | 0.20 | 284.65 | 0.45 | 0.63 |
| Hex | B5 | 75 | CB | B | 2A | 0 | 14 | 11D | 2D | 3F |
| Octal | 265 | 165 | 313 | 13 | 52 | 0 | 24 | 435 | 55 | 77 |
| Binary | 10110101 | 1110101 | 11001011 | 1011 | 101010 | 0 | 10100 | 100011101 | 101101 | 111111 |
Color Harmonies of #B575CB
Complementary color
Monochromatic Colors of #B575CB
Black with #B575CB
Text Example
Text Example
White with #B575CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B575CB; }
p { color: rgb(181,117,203); }
H1.HeaderClassName
{
color: #B575CB;
}
.AnyTagClassName
{
color: #B575CB;
}
</style>
background-color css
<style>
a { background-color: #B575CB; }
a { background-color: rgb(181,117,203); }
div.DivClassName
{
background-color: #B575CB;
}
.BgClassName
{
background-color: #B575CB;
}
</style>
border-color css
<style>
span { border-color: #B575CB; }
span { border-color: rgb(181,117,203); }
td.TdClassName
{
border-color: #B575CB;
}
.TagClassName
{
border-color: #B575CB;
}
</style>