#B373A6

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

Shades of Bouquet #B373A6

Tints of Bouquet #B373A6

Color information

#B373A6 (or 0xB373A6) is unknown color: approx Bouquet. HEX triplet: B3, 73 and A6. RGB value is (179,115,166). Sum of RGB (Red+Green+Blue) = 179+115+166=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 179 - color contains mainly: red. Hex color #B373A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B373A6 is #4C8C59. Grayscale: #8B8B8B. Windows color (decimal): -5016666 or 10908595. OLE color: 10908595.

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

Color convert

RGB179115166-
CMYK00.360.070.30
HSL312.19º29.63%57.65%-
HSV(B)312.19º35.75%70.2%-
XYZ31.624.639.16-
YUV139.95142.7155.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.91%
GREEN value IS 115 (45.31% from 255) = 25%
BLUE value IS 166 (65.23% from 255) = 36.09%
R=38.91%
G=25%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911516600.360.070.30312.1929.6357.65
HexB373A602471E1381e3a
Octal2631632460447364703672
Binary1011001111100111010011001001001111111010011100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B373A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B373A6; }

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

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

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

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

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

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

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

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