#B480A5

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

Shades of Bouquet #B480A5

Tints of Bouquet #B480A5

Color information

#B480A5 (or 0xB480A5) is unknown color: approx Bouquet. HEX triplet: B4, 80 and A5. RGB value is (180,128,165). Sum of RGB (Red+Green+Blue) = 180+128+165=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B480A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B480A5 is #4B7F5A. Grayscale: #939393. Windows color (decimal): -4947803 or 10846388. OLE color: 10846388.

HSL color Cylindrical-coordinate representation of color #B480A5: hue angle of 317.31º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B480A5 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB180128165-
CMYK00.290.080.29
HSL317.31º25.74%60.39%-
HSV(B)317.31º28.89%70.59%-
XYZ33.3327.8639.22-
YUV147.77137.73150.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 128 (50.39% from 255) = 27.06%
BLUE value IS 165 (64.84% from 255) = 34.88%
R=38.05%
G=27.06%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012816500.290.080.29317.3125.7460.39
HexB480A501D81D13d1a3c
Octal26420024503510354753274
Binary10110100100000001010010101110110001110110011110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B480A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B480A5; }

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

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

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

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

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

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

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

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