#B373A2

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

Shades of Bouquet #B373A2

Tints of Bouquet #B373A2

Color information

#B373A2 (or 0xB373A2) is unknown color: approx Bouquet. HEX triplet: B3, 73 and A2. RGB value is (179,115,162). Sum of RGB (Red+Green+Blue) = 179+115+162=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 179 - color contains mainly: red. Hex color #B373A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B373A2 is #4C8C5D. Grayscale: #8B8B8B. Windows color (decimal): -5016670 or 10646451. OLE color: 10646451.

HSL color Cylindrical-coordinate representation of color #B373A2: hue angle of 315.94º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B373A2 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB179115162-
CMYK00.360.090.30
HSL315.94º29.63%57.65%-
HSV(B)315.94º35.75%70.2%-
XYZ31.2424.4537.26-
YUV139.49140.7156.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.25%
GREEN value IS 115 (45.31% from 255) = 25.22%
BLUE value IS 162 (63.67% from 255) = 35.53%
R=39.25%
G=25.22%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911516200.360.090.30315.9429.6357.65
HexB373A202491E13c1e3a
Octal26316324204411364743672
Binary10110011111001110100010010010010011111010011110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B373A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B373A2; }

 p { color: rgb(179,115,162); }

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

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

 a { background-color: rgb(179,115,162); }

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

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

 span { border-color: rgb(179,115,162); }

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