#B473AA

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

Shades of Bouquet #B473AA

Tints of Bouquet #B473AA

Color information

#B473AA (or 0xB473AA) is unknown color: approx Bouquet. HEX triplet: B4, 73 and AA. RGB value is (180,115,170). Sum of RGB (Red+Green+Blue) = 180+115+170=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B473AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B473AA is #4B8C55. Grayscale: #8C8C8C. Windows color (decimal): -4951126 or 11170740. OLE color: 11170740.

HSL color Cylindrical-coordinate representation of color #B473AA: hue angle of 309.23º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B473AA is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB180115170-
CMYK00.360.060.29
HSL309.23º30.23%57.84%-
HSV(B)309.23º36.11%70.59%-
XYZ32.2124.8741.13-
YUV140.7144.53156.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 115 (45.31% from 255) = 24.73%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=38.71%
G=24.73%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011517000.360.060.29309.2330.2357.84
HexB473AA02461D1351e3a
Octal2641632520446354653672
Binary1011010011100111010101001001001101110110011010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B473AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B473AA; }

 p { color: rgb(180,115,170); }

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

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

 a { background-color: rgb(180,115,170); }

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

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

 span { border-color: rgb(180,115,170); }

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