#B573AA

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

Shades of Bouquet #B573AA

Tints of Bouquet #B573AA

Color information

#B573AA (or 0xB573AA) is unknown color: approx Bouquet. HEX triplet: B5, 73 and AA. RGB value is (181,115,170). Sum of RGB (Red+Green+Blue) = 181+115+170=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B573AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B573AA is #4A8C55. Grayscale: #8C8C8C. Windows color (decimal): -4885590 or 11170741. OLE color: 11170741.

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

Color convert

RGB181115170-
CMYK00.360.060.29
HSL310º30.84%58.04%-
HSV(B)310º36.46%70.98%-
XYZ32.4424.9941.14-
YUV141144.37156.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.84%
GREEN value IS 115 (45.31% from 255) = 24.68%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=38.84%
G=24.68%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111517000.360.060.2931030.8458.04
HexB573AA02461D1361f3a
Octal2651632520446354663772
Binary1011010111100111010101001001001101110110011011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B573AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B573AA; }

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

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

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

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

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

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

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

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