#B480B9

Color #B480B9 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B480B9

Tints of East Side #B480B9

Color information

#B480B9 (or 0xB480B9) is unknown color: approx East Side. HEX triplet: B4, 80 and B9. RGB value is (180,128,185). Sum of RGB (Red+Green+Blue) = 180+128+185=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 185 (72.66% from 255 or 37.53% from 493); Max value from RGB is 185 - color contains mainly: blue. Hex color #B480B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B480B9 is #4B7F46. Grayscale: #959595. Windows color (decimal): -4947783 or 12157108. OLE color: 12157108.

HSL color Cylindrical-coordinate representation of color #B480B9: hue angle of 294.74º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B480B9 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180128185-
CMYK0.030.3100.27
HSL294.74º28.93%61.37%-
HSV(B)294.74º30.81%72.55%-
XYZ35.328.6449.57-
YUV150.05147.73149.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 36.51%
GREEN value IS 128 (50.39% from 255) = 25.96%
BLUE value IS 185 (72.66% from 255) = 37.53%
R=36.51%
G=25.96%
B=37.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801281850.030.3100.27294.7428.9361.37
HexB480B931F01B1271d3d
Octal2642002713370334473575
Binary101101001000000010111001111111101101110010011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B480B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B480B9; }

 p { color: rgb(180,128,185); }

 H1.HeaderClassName
 {
   color: #B480B9;
 }
 .AnyTagClassName
 {
   color: #B480B9;
 }
</style>
background-color css

<style>
 a { background-color: #B480B9; }

 a { background-color: rgb(180,128,185); }

 div.DivClassName
 {
   background-color: #B480B9;
 }
 .BgClassName
 {
   background-color: #B480B9;
 }
</style>
border-color css

<style>
 span { border-color: #B480B9; }

 span { border-color: rgb(180,128,185); }

 td.TdClassName
 {
   border-color: #B480B9;
 }
 .TagClassName
 {
   border-color: #B480B9;
 }
</style>