#B374A5

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

Shades of Bouquet #B374A5

Tints of Bouquet #B374A5

Color information

#B374A5 (or 0xB374A5) is unknown color: approx Bouquet. HEX triplet: B3, 74 and A5. RGB value is (179,116,165). Sum of RGB (Red+Green+Blue) = 179+116+165=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 179 - color contains mainly: red. Hex color #B374A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B374A5 is #4C8B5A. Grayscale: #8C8C8C. Windows color (decimal): -5016411 or 10843315. OLE color: 10843315.

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

Color convert

RGB179116165-
CMYK00.350.080.30
HSL313.33º29.3%57.84%-
HSV(B)313.33º35.2%70.2%-
XYZ31.6324.7938.72-
YUV140.42141.87155.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.91%
GREEN value IS 116 (45.70% from 255) = 25.22%
BLUE value IS 165 (64.84% from 255) = 35.87%
R=38.91%
G=25.22%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911616500.350.080.30313.3329.357.84
HexB374A502381E1391d3a
Octal26316424504310364713572
Binary10110011111010010100101010001110001111010011100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B374A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B374A5; }

 p { color: rgb(179,116,165); }

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

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

 a { background-color: rgb(179,116,165); }

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

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

 span { border-color: rgb(179,116,165); }

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