Shades of East Side #B594CA
Tints of East Side #B594CA
RGB
CMYK
RGB Variations
Color information
#B594CA (or 0xB594CA) is known color: East Side. HEX triplet: B5, 94 and CA. RGB value is (181,148,202). Sum of RGB (Red+Green+Blue) = 181+148+202=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #B594CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B594CA is #4A6B35. Grayscale: #A3A3A3. Windows color (decimal): -4877110 or 13276341. OLE color: 13276341.
HSL color Cylindrical-coordinate representation of color #B594CA: hue angle of 276.67º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B594CA is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 148 | 202 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.21 |
| HSL | 276.67º | 0.34% | 0.69% | - |
| HSV(B) | 276.67º | 0.27% | 0.79% | - |
| XYZ | 40.31 | 35.27 | 60.56 | - |
| YUV | 164.02 | 149.43 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 148 | 202 | 0.10 | 0.27 | 0 | 0.21 | 276.67 | 0.34 | 0.69 |
| Hex | B5 | 94 | CA | A | 1B | 0 | 15 | 115 | 22 | 45 |
| Octal | 265 | 224 | 312 | 12 | 33 | 0 | 25 | 425 | 42 | 105 |
| Binary | 10110101 | 10010100 | 11001010 | 1010 | 11011 | 0 | 10101 | 100010101 | 100010 | 1000101 |
Color Harmonies of #B594CA
Complementary color
Monochromatic Colors of #B594CA
Black with #B594CA
Text Example
Text Example
White with #B594CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B594CA; }
p { color: rgb(181,148,202); }
H1.HeaderClassName
{
color: #B594CA;
}
.AnyTagClassName
{
color: #B594CA;
}
</style>
background-color css
<style>
a { background-color: #B594CA; }
a { background-color: rgb(181,148,202); }
div.DivClassName
{
background-color: #B594CA;
}
.BgClassName
{
background-color: #B594CA;
}
</style>
border-color css
<style>
span { border-color: #B594CA; }
span { border-color: rgb(181,148,202); }
td.TdClassName
{
border-color: #B594CA;
}
.TagClassName
{
border-color: #B594CA;
}
</style>