Shades of East Side #B583CB
Tints of East Side #B583CB
RGB
CMYK
RGB Variations
Color information
#B583CB (or 0xB583CB) is known color: East Side. HEX triplet: B5, 83 and CB. RGB value is (181,131,203). Sum of RGB (Red+Green+Blue) = 181+131+203=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #B583CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B583CB is #4A7C34. Grayscale: #999999. Windows color (decimal): -4881461 or 13337525. OLE color: 13337525.
HSL color Cylindrical-coordinate representation of color #B583CB: hue angle of 281.67º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B583CB is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 131 | 203 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.20 |
| HSL | 281.67º | 0.41% | 0.65% | - |
| HSV(B) | 281.67º | 0.35% | 0.8% | - |
| XYZ | 37.95 | 30.37 | 60.36 | - |
| YUV | 154.16 | 155.57 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 131 | 203 | 0.11 | 0.35 | 0 | 0.20 | 281.67 | 0.41 | 0.65 |
| Hex | B5 | 83 | CB | B | 23 | 0 | 14 | 11A | 29 | 41 |
| Octal | 265 | 203 | 313 | 13 | 43 | 0 | 24 | 432 | 51 | 101 |
| Binary | 10110101 | 10000011 | 11001011 | 1011 | 100011 | 0 | 10100 | 100011010 | 101001 | 1000001 |
Color Harmonies of #B583CB
Complementary color
Monochromatic Colors of #B583CB
Black with #B583CB
Text Example
Text Example
White with #B583CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B583CB; }
p { color: rgb(181,131,203); }
H1.HeaderClassName
{
color: #B583CB;
}
.AnyTagClassName
{
color: #B583CB;
}
</style>
background-color css
<style>
a { background-color: #B583CB; }
a { background-color: rgb(181,131,203); }
div.DivClassName
{
background-color: #B583CB;
}
.BgClassName
{
background-color: #B583CB;
}
</style>
border-color css
<style>
span { border-color: #B583CB; }
span { border-color: rgb(181,131,203); }
td.TdClassName
{
border-color: #B583CB;
}
.TagClassName
{
border-color: #B583CB;
}
</style>