#B480A6

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

Shades of Bouquet #B480A6

Tints of Bouquet #B480A6

Color information

#B480A6 (or 0xB480A6) is unknown color: approx Bouquet. HEX triplet: B4, 80 and A6. RGB value is (180,128,166). Sum of RGB (Red+Green+Blue) = 180+128+166=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B480A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B480A6 is #4B7F59. Grayscale: #939393. Windows color (decimal): -4947802 or 10911924. OLE color: 10911924.

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

Color convert

RGB180128166-
CMYK00.290.080.29
HSL316.15º25.74%60.39%-
HSV(B)316.15º28.89%70.59%-
XYZ33.4227.8939.7-
YUV147.88138.23150.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.97%
GREEN value IS 128 (50.39% from 255) = 27.00%
BLUE value IS 166 (65.23% from 255) = 35.02%
R=37.97%
G=27.00%
B=35.02%

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
Decimal18012816600.290.080.29316.1525.7460.39
HexB480A601D81D13c1a3c
Octal26420024603510354743274
Binary10110100100000001010011001110110001110110011110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B480A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B480A6; }

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

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

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

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

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

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

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

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