#B477A3

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

Shades of Bouquet #B477A3

Tints of Bouquet #B477A3

Color information

#B477A3 (or 0xB477A3) is unknown color: approx Bouquet. HEX triplet: B4, 77 and A3. RGB value is (180,119,163). Sum of RGB (Red+Green+Blue) = 180+119+163=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 163 (64.06% from 255 or 35.28% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B477A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B477A3 is #4B885C. Grayscale: #8E8E8E. Windows color (decimal): -4950109 or 10713012. OLE color: 10713012.

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

Color convert

RGB180119163-
CMYK00.340.090.29
HSL316.72º28.91%58.63%-
HSV(B)316.72º33.89%70.59%-
XYZ32.0325.5437.89-
YUV142.26139.71154.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 119 (46.88% from 255) = 25.76%
BLUE value IS 163 (64.06% from 255) = 35.28%
R=38.96%
G=25.76%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011916300.340.090.29316.7228.9158.63
HexB477A302291D13d1d3b
Octal26416724304211354753573
Binary10110100111011110100011010001010011110110011110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B477A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B477A3; }

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

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

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

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

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

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

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

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