#B373A5

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

Shades of Bouquet #B373A5

Tints of Bouquet #B373A5

Color information

#B373A5 (or 0xB373A5) is unknown color: approx Bouquet. HEX triplet: B3, 73 and A5. RGB value is (179,115,165). Sum of RGB (Red+Green+Blue) = 179+115+165=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 179 - color contains mainly: red. Hex color #B373A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B373A5 is #4C8C5A. Grayscale: #8B8B8B. Windows color (decimal): -5016667 or 10843059. OLE color: 10843059.

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

Color convert

RGB179115165-
CMYK00.360.080.30
HSL313.12º29.63%57.65%-
HSV(B)313.12º35.75%70.2%-
XYZ31.5124.5638.68-
YUV139.84142.2155.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.00%
GREEN value IS 115 (45.31% from 255) = 25.05%
BLUE value IS 165 (64.84% from 255) = 35.95%
R=39.00%
G=25.05%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911516500.360.080.30313.1229.6357.65
HexB373A502481E1391e3a
Octal26316324504410364713672
Binary10110011111001110100101010010010001111010011100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B373A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B373A5; }

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

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

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

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

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

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

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

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