#B57198

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

Shades of Bouquet #B57198

Tints of Bouquet #B57198

Color information

#B57198 (or 0xB57198) is unknown color: approx Bouquet. HEX triplet: B5, 71 and 98. RGB value is (181,113,152). Sum of RGB (Red+Green+Blue) = 181+113+152=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B57198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57198 is #4A8E67. Grayscale: #898989. Windows color (decimal): -4886120 or 9990581. OLE color: 9990581.

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

Color convert

RGB181113152-
CMYK00.380.160.29
HSL325.59º31.48%57.65%-
HSV(B)325.59º37.57%70.98%-
XYZ30.6323.932.7-
YUV137.78136.03158.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.58%
GREEN value IS 113 (44.53% from 255) = 25.34%
BLUE value IS 152 (59.77% from 255) = 34.08%
R=40.58%
G=25.34%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111315200.380.160.29325.5931.4857.65
HexB57198026101D1461f3a
Octal26516123004620355063772
Binary101101011110001100110000100110100001110110100011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57198; }

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

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

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

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

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

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

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

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