#B480CD

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

Shades of East Side #B480CD

Tints of East Side #B480CD

Color information

#B480CD (or 0xB480CD) is unknown color: approx East Side. HEX triplet: B4, 80 and CD. RGB value is (180,128,205). Sum of RGB (Red+Green+Blue) = 180+128+205=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #B480CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B480CD is #4B7F32. Grayscale: #989898. Windows color (decimal): -4947763 or 13467828. OLE color: 13467828.

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

Color convert

RGB180128205-
CMYK0.120.3800.20
HSL280.52º43.5%65.29%-
HSV(B)280.52º37.56%80.39%-
XYZ37.5629.5561.48-
YUV152.33157.73147.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.09%
GREEN value IS 128 (50.39% from 255) = 24.95%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=35.09%
G=24.95%
B=39.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801282050.120.3800.20280.5243.565.29
HexB480CDC260141192c41
Octal264200315144602443154101
Binary10110100100000001100110111001001100101001000110011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B480CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B480CD; }

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

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

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

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

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

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

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

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