Shades of East Side #B574CC
Tints of East Side #B574CC
RGB
CMYK
RGB Variations
Color information
#B574CC (or 0xB574CC) is known color: East Side. HEX triplet: B5, 74 and CC. RGB value is (181,116,204). Sum of RGB (Red+Green+Blue) = 181+116+204=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #B574CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B574CC is #4A8B33. Grayscale: #919191. Windows color (decimal): -4885300 or 13399221. OLE color: 13399221.
HSL color Cylindrical-coordinate representation of color #B574CC: hue angle of 284.32º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B574CC is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 116 | 204 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.2 |
| HSL | 284.32º | 0.46% | 0.63% | - |
| HSV(B) | 284.32º | 0.43% | 0.8% | - |
| XYZ | 36.2 | 26.67 | 60.37 | - |
| YUV | 145.47 | 161.03 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 116 | 204 | 0.11 | 0.43 | 0 | 0.2 | 284.32 | 0.46 | 0.63 |
| Hex | B5 | 74 | CC | B | 2B | 0 | 14 | 11C | 2E | 3F |
| Octal | 265 | 164 | 314 | 13 | 53 | 0 | 24 | 434 | 56 | 77 |
| Binary | 10110101 | 1110100 | 11001100 | 1011 | 101011 | 0 | 10100 | 100011100 | 101110 | 111111 |
Color Harmonies of #B574CC
Complementary color
Monochromatic Colors of #B574CC
Black with #B574CC
Text Example
Text Example
White with #B574CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B574CC; }
p { color: rgb(181,116,204); }
H1.HeaderClassName
{
color: #B574CC;
}
.AnyTagClassName
{
color: #B574CC;
}
</style>
background-color css
<style>
a { background-color: #B574CC; }
a { background-color: rgb(181,116,204); }
div.DivClassName
{
background-color: #B574CC;
}
.BgClassName
{
background-color: #B574CC;
}
</style>
border-color css
<style>
span { border-color: #B574CC; }
span { border-color: rgb(181,116,204); }
td.TdClassName
{
border-color: #B574CC;
}
.TagClassName
{
border-color: #B574CC;
}
</style>