#B480A7

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

Shades of Bouquet #B480A7

Tints of Bouquet #B480A7

Color information

#B480A7 (or 0xB480A7) is unknown color: approx Bouquet. HEX triplet: B4, 80 and A7. RGB value is (180,128,167). Sum of RGB (Red+Green+Blue) = 180+128+167=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 167 (65.62% from 255 or 35.16% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B480A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B480A7 is #4B7F58. Grayscale: #939393. Windows color (decimal): -4947801 or 10977460. OLE color: 10977460.

HSL color Cylindrical-coordinate representation of color #B480A7: hue angle of 315º 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 #B480A7 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB180128167-
CMYK00.290.070.29
HSL315º25.74%60.39%-
HSV(B)315º28.89%70.59%-
XYZ33.5227.9340.18-
YUV147.99138.73150.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 167 (65.62% from 255) = 35.16%
R=37.89%
G=26.95%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012816700.290.070.2931525.7460.39
HexB480A701D71D13b1a3c
Octal2642002470357354733274
Binary1011010010000000101001110111011111110110011101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B480A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B480A7; }

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

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

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

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

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

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

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

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