#B575AA

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

Shades of Bouquet #B575AA

Tints of Bouquet #B575AA

Color information

#B575AA (or 0xB575AA) is unknown color: approx Bouquet. HEX triplet: B5, 75 and AA. RGB value is (181,117,170). Sum of RGB (Red+Green+Blue) = 181+117+170=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B575AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B575AA is #4A8A55. Grayscale: #8E8E8E. Windows color (decimal): -4885078 or 11171253. OLE color: 11171253.

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

Color convert

RGB181117170-
CMYK00.350.060.29
HSL310.31º30.19%58.43%-
HSV(B)310.31º35.36%70.98%-
XYZ32.6725.4541.22-
YUV142.18143.7155.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.68%
GREEN value IS 117 (46.09% from 255) = 25%
BLUE value IS 170 (66.80% from 255) = 36.32%
R=38.68%
G=25%
B=36.32%

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
Decimal18111717000.350.060.29310.3130.1958.43
HexB575AA02361D1361e3a
Octal2651652520436354663672
Binary1011010111101011010101001000111101110110011011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B575AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B575AA; }

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

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

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

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

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

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

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

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