#B475A4

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

Shades of Bouquet #B475A4

Tints of Bouquet #B475A4

Color information

#B475A4 (or 0xB475A4) is unknown color: approx Bouquet. HEX triplet: B4, 75 and A4. RGB value is (180,117,164). Sum of RGB (Red+Green+Blue) = 180+117+164=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B475A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B475A4 is #4B8A5B. Grayscale: #8D8D8D. Windows color (decimal): -4950620 or 10778036. OLE color: 10778036.

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

Color convert

RGB180117164-
CMYK00.350.090.29
HSL315.24º29.58%58.24%-
HSV(B)315.24º35%70.59%-
XYZ31.8825.1138.29-
YUV141.2140.87155.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 117 (46.09% from 255) = 25.38%
BLUE value IS 164 (64.45% from 255) = 35.57%
R=39.05%
G=25.38%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011716400.350.090.29315.2429.5858.24
HexB475A402391D13b1e3a
Octal26416524404311354733672
Binary10110100111010110100100010001110011110110011101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B475A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B475A4; }

 p { color: rgb(180,117,164); }

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

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

 a { background-color: rgb(180,117,164); }

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

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

 span { border-color: rgb(180,117,164); }

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