#B473A7

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

Shades of Bouquet #B473A7

Tints of Bouquet #B473A7

Color information

#B473A7 (or 0xB473A7) is unknown color: approx Bouquet. HEX triplet: B4, 73 and A7. RGB value is (180,115,167). Sum of RGB (Red+Green+Blue) = 180+115+167=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 167 (65.62% from 255 or 36.15% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B473A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B473A7 is #4B8C58. Grayscale: #8C8C8C. Windows color (decimal): -4951129 or 10974132. OLE color: 10974132.

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

Color convert

RGB180115167-
CMYK00.360.070.29
HSL312º30.23%57.84%-
HSV(B)312º36.11%70.59%-
XYZ31.9324.7539.65-
YUV140.36143.03156.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 115 (45.31% from 255) = 24.89%
BLUE value IS 167 (65.62% from 255) = 36.15%
R=38.96%
G=24.89%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011516700.360.070.2931230.2357.84
HexB473A702471D1381e3a
Octal2641632470447354703672
Binary1011010011100111010011101001001111110110011100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B473A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B473A7; }

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

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

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

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

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

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

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

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