#B475AA

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

Shades of Bouquet #B475AA

Tints of Bouquet #B475AA

Color information

#B475AA (or 0xB475AA) is unknown color: approx Bouquet. HEX triplet: B4, 75 and AA. RGB value is (180,117,170). Sum of RGB (Red+Green+Blue) = 180+117+170=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B475AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B475AA is #4B8A55. Grayscale: #8D8D8D. Windows color (decimal): -4950614 or 11171252. OLE color: 11171252.

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

Color convert

RGB180117170-
CMYK00.350.060.29
HSL309.52º29.58%58.24%-
HSV(B)309.52º35%70.59%-
XYZ32.4425.3341.21-
YUV141.88143.87155.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 117 (46.09% from 255) = 25.05%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=38.54%
G=25.05%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011717000.350.060.29309.5229.5858.24
HexB475AA02361D1361e3a
Octal2641652520436354663672
Binary1011010011101011010101001000111101110110011011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B475AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B475AA; }

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

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

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

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

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

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

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

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