#B571A3

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

Shades of Bouquet #B571A3

Tints of Bouquet #B571A3

Color information

#B571A3 (or 0xB571A3) is unknown color: approx Bouquet. HEX triplet: B5, 71 and A3. RGB value is (181,113,163). Sum of RGB (Red+Green+Blue) = 181+113+163=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B571A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B571A3 is #4A8E5C. Grayscale: #8A8A8A. Windows color (decimal): -4886109 or 10711477. OLE color: 10711477.

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

Color convert

RGB181113163-
CMYK00.380.100.29
HSL315.88º31.48%57.65%-
HSV(B)315.88º37.57%70.98%-
XYZ31.5724.2837.67-
YUV139.03141.53157.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.61%
GREEN value IS 113 (44.53% from 255) = 24.73%
BLUE value IS 163 (64.06% from 255) = 35.67%
R=39.61%
G=24.73%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111316300.380.100.29315.8831.4857.65
HexB571A3026A1D13c1f3a
Octal26516124304612354743772
Binary10110101111000110100011010011010101110110011110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B571A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B571A3; }

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

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

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

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

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

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

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

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