#B573AC

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

Shades of Bouquet #B573AC

Tints of Bouquet #B573AC

Color information

#B573AC (or 0xB573AC) is unknown color: approx Bouquet. HEX triplet: B5, 73 and AC. RGB value is (181,115,172). Sum of RGB (Red+Green+Blue) = 181+115+172=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B573AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B573AC is #4A8C53. Grayscale: #8D8D8D. Windows color (decimal): -4885588 or 11301813. OLE color: 11301813.

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

Color convert

RGB181115172-
CMYK00.360.050.29
HSL308.18º30.84%58.04%-
HSV(B)308.18º36.46%70.98%-
XYZ32.6325.0642.15-
YUV141.23145.37156.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.68%
GREEN value IS 115 (45.31% from 255) = 24.57%
BLUE value IS 172 (67.58% from 255) = 36.75%
R=38.68%
G=24.57%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111517200.360.050.29308.1830.8458.04
HexB573AC02451D1341f3a
Octal2651632540445354643772
Binary1011010111100111010110001001001011110110011010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B573AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B573AC; }

 p { color: rgb(181,115,172); }

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

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

 a { background-color: rgb(181,115,172); }

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

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

 span { border-color: rgb(181,115,172); }

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