#B571AA

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

Shades of Bouquet #B571AA

Tints of Bouquet #B571AA

Color information

#B571AA (or 0xB571AA) is unknown color: approx Bouquet. HEX triplet: B5, 71 and AA. RGB value is (181,113,170). Sum of RGB (Red+Green+Blue) = 181+113+170=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B571AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B571AA is #4A8E55. Grayscale: #8B8B8B. Windows color (decimal): -4886102 or 11170229. OLE color: 11170229.

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

Color convert

RGB181113170-
CMYK00.380.060.29
HSL309.71º31.48%57.65%-
HSV(B)309.71º37.57%70.98%-
XYZ32.2224.5441.07-
YUV139.83145.03157.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.01%
GREEN value IS 113 (44.53% from 255) = 24.35%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=39.01%
G=24.35%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111317000.380.060.29309.7131.4857.65
HexB571AA02661D1361f3a
Octal2651612520466354663772
Binary1011010111100011010101001001101101110110011011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B571AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B571AA; }

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

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

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

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

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

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

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

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