#B477A5

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

Shades of Bouquet #B477A5

Tints of Bouquet #B477A5

Color information

#B477A5 (or 0xB477A5) is unknown color: approx Bouquet. HEX triplet: B4, 77 and A5. RGB value is (180,119,165). Sum of RGB (Red+Green+Blue) = 180+119+165=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B477A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B477A5 is #4B885A. Grayscale: #8E8E8E. Windows color (decimal): -4950107 or 10844084. OLE color: 10844084.

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

Color convert

RGB180119165-
CMYK00.340.080.29
HSL314.75º28.91%58.63%-
HSV(B)314.75º33.89%70.59%-
XYZ32.2125.6138.84-
YUV142.48140.71154.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 119 (46.88% from 255) = 25.65%
BLUE value IS 165 (64.84% from 255) = 35.56%
R=38.79%
G=25.65%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011916500.340.080.29314.7528.9158.63
HexB477A502281D13b1d3b
Octal26416724504210354733573
Binary10110100111011110100101010001010001110110011101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B477A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B477A5; }

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

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

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

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

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

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

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

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