#B480BB

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

Shades of East Side #B480BB

Tints of East Side #B480BB

Color information

#B480BB (or 0xB480BB) is unknown color: approx East Side. HEX triplet: B4, 80 and BB. RGB value is (180,128,187). Sum of RGB (Red+Green+Blue) = 180+128+187=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #B480BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B480BB is #4B7F44. Grayscale: #969696. Windows color (decimal): -4947781 or 12288180. OLE color: 12288180.

HSL color Cylindrical-coordinate representation of color #B480BB: hue angle of 292.88º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B480BB is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180128187-
CMYK0.040.3200.27
HSL292.88º30.26%61.76%-
HSV(B)292.88º31.55%73.33%-
XYZ35.5128.7350.69-
YUV150.27148.73149.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.36%
GREEN value IS 128 (50.39% from 255) = 25.86%
BLUE value IS 187 (73.44% from 255) = 37.78%
R=36.36%
G=25.86%
B=37.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801281870.040.3200.27292.8830.2661.76
HexB480BB42001B1251e3e
Octal2642002734400334453676
Binary10110100100000001011101110010000001101110010010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B480BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B480BB; }

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

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

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

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

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

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

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

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