Shades of East Side #B481D3
Tints of East Side #B481D3
RGB
CMYK
RGB Variations
Color information
#B481D3 (or 0xB481D3) is known color: East Side. HEX triplet: B4, 81 and D3. RGB value is (180,129,211). Sum of RGB (Red+Green+Blue) = 180+129+211=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 211 - color contains mainly: blue. Hex color #B481D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B481D3 is #4B7E2C. Grayscale: #999999. Windows color (decimal): -4947501 or 13861300. OLE color: 13861300.
HSL color Cylindrical-coordinate representation of color #B481D3: hue angle of 277.32º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B481D3 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 129 | 211 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.17 |
| HSL | 277.32º | 0.48% | 0.67% | - |
| HSV(B) | 277.32º | 0.39% | 0.83% | - |
| XYZ | 38.43 | 30.11 | 65.41 | - |
| YUV | 153.6 | 160.4 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 129 | 211 | 0.15 | 0.39 | 0 | 0.17 | 277.32 | 0.48 | 0.67 |
| Hex | B4 | 81 | D3 | F | 27 | 0 | 11 | 115 | 30 | 43 |
| Octal | 264 | 201 | 323 | 17 | 47 | 0 | 21 | 425 | 60 | 103 |
| Binary | 10110100 | 10000001 | 11010011 | 1111 | 100111 | 0 | 10001 | 100010101 | 110000 | 1000011 |
Color Harmonies of #B481D3
Complementary color
Monochromatic Colors of #B481D3
Black with #B481D3
Text Example
Text Example
White with #B481D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B481D3; }
p { color: rgb(180,129,211); }
H1.HeaderClassName
{
color: #B481D3;
}
.AnyTagClassName
{
color: #B481D3;
}
</style>
background-color css
<style>
a { background-color: #B481D3; }
a { background-color: rgb(180,129,211); }
div.DivClassName
{
background-color: #B481D3;
}
.BgClassName
{
background-color: #B481D3;
}
</style>
border-color css
<style>
span { border-color: #B481D3; }
span { border-color: rgb(180,129,211); }
td.TdClassName
{
border-color: #B481D3;
}
.TagClassName
{
border-color: #B481D3;
}
</style>