#B480C1

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

Shades of East Side #B480C1

Tints of East Side #B480C1

Color information

#B480C1 (or 0xB480C1) is unknown color: approx East Side. HEX triplet: B4, 80 and C1. RGB value is (180,128,193). Sum of RGB (Red+Green+Blue) = 180+128+193=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #B480C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B480C1 is #4B7F3E. Grayscale: #969696. Windows color (decimal): -4947775 or 12681396. OLE color: 12681396.

HSL color Cylindrical-coordinate representation of color #B480C1: hue angle of 288º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B480C1 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB180128193-
CMYK0.070.3400.24
HSL288º34.39%62.94%-
HSV(B)288º33.68%75.69%-
XYZ36.1728.9954.14-
YUV150.96151.73148.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.93%
GREEN value IS 128 (50.39% from 255) = 25.55%
BLUE value IS 193 (75.78% from 255) = 38.52%
R=35.93%
G=25.55%
B=38.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801281930.070.3400.2428834.3962.94
HexB480C1722018120223f
Octal2642003017420304404277
Binary101101001000000011000001111100010011000100100000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B480C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B480C1; }

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

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

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

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

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

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

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

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