#B578AA

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

Shades of Bouquet #B578AA

Tints of Bouquet #B578AA

Color information

#B578AA (or 0xB578AA) is unknown color: approx Bouquet. HEX triplet: B5, 78 and AA. RGB value is (181,120,170). Sum of RGB (Red+Green+Blue) = 181+120+170=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B578AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B578AA is #4A8755. Grayscale: #8F8F8F. Windows color (decimal): -4884310 or 11172021. OLE color: 11172021.

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

Color convert

RGB181120170-
CMYK00.340.060.29
HSL310.82º29.19%59.02%-
HSV(B)310.82º33.7%70.98%-
XYZ33.0326.1641.34-
YUV143.94142.71154.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.43%
GREEN value IS 120 (47.27% from 255) = 25.48%
BLUE value IS 170 (66.80% from 255) = 36.09%
R=38.43%
G=25.48%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112017000.340.060.29310.8229.1959.02
HexB578AA02261D1371d3b
Octal2651702520426354673573
Binary1011010111110001010101001000101101110110011011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B578AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B578AA; }

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

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

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

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

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

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

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

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