#B480CB

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

Shades of East Side #B480CB

Tints of East Side #B480CB

Color information

#B480CB (or 0xB480CB) is unknown color: approx East Side. HEX triplet: B4, 80 and CB. RGB value is (180,128,203). Sum of RGB (Red+Green+Blue) = 180+128+203=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #B480CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B480CB is #4B7F34. Grayscale: #979797. Windows color (decimal): -4947765 or 13336756. OLE color: 13336756.

HSL color Cylindrical-coordinate representation of color #B480CB: hue angle of 281.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B480CB is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB180128203-
CMYK0.110.3700.20
HSL281.6º41.9%64.9%-
HSV(B)281.6º36.95%79.61%-
XYZ37.3229.4560.22-
YUV152.1156.73147.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.23%
GREEN value IS 128 (50.39% from 255) = 25.05%
BLUE value IS 203 (79.69% from 255) = 39.73%
R=35.23%
G=25.05%
B=39.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801282030.110.3700.20281.641.964.9
HexB480CBB2501411a2a41
Octal264200313134502443252101
Binary10110100100000001100101110111001010101001000110101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B480CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B480CB; }

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

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

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

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

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

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

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

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