#B477A0

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

Shades of Bouquet #B477A0

Tints of Bouquet #B477A0

Color information

#B477A0 (or 0xB477A0) is unknown color: approx Bouquet. HEX triplet: B4, 77 and A0. RGB value is (180,119,160). Sum of RGB (Red+Green+Blue) = 180+119+160=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B477A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B477A0 is #4B885F. Grayscale: #8D8D8D. Windows color (decimal): -4950112 or 10516404. OLE color: 10516404.

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

Color convert

RGB180119160-
CMYK00.340.110.29
HSL319.67º28.91%58.63%-
HSV(B)319.67º33.89%70.59%-
XYZ31.7625.4436.49-
YUV141.91138.21155.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 119 (46.88% from 255) = 25.93%
BLUE value IS 160 (62.89% from 255) = 34.86%
R=39.22%
G=25.93%
B=34.86%

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
Decimal18011916000.340.110.29319.6728.9158.63
HexB477A0022B1D1401d3b
Octal26416724004213355003573
Binary10110100111011110100000010001010111110110100000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B477A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B477A0; }

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

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

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

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

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

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

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

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