#B477A1

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

Shades of Bouquet #B477A1

Tints of Bouquet #B477A1

Color information

#B477A1 (or 0xB477A1) is unknown color: approx Bouquet. HEX triplet: B4, 77 and A1. RGB value is (180,119,161). Sum of RGB (Red+Green+Blue) = 180+119+161=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B477A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B477A1 is #4B885E. Grayscale: #8D8D8D. Windows color (decimal): -4950111 or 10581940. OLE color: 10581940.

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

Color convert

RGB180119161-
CMYK00.340.110.29
HSL318.69º28.91%58.63%-
HSV(B)318.69º33.89%70.59%-
XYZ31.8525.4736.96-
YUV142.03138.71155.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 119 (46.88% from 255) = 25.87%
BLUE value IS 161 (63.28% from 255) = 35%
R=39.13%
G=25.87%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011916100.340.110.29318.6928.9158.63
HexB477A1022B1D13f1d3b
Octal26416724104213354773573
Binary10110100111011110100001010001010111110110011111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B477A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B477A1; }

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

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

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

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

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

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

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

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