#B373AA

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

Shades of Bouquet #B373AA

Tints of Bouquet #B373AA

Color information

#B373AA (or 0xB373AA) is unknown color: approx Bouquet. HEX triplet: B3, 73 and AA. RGB value is (179,115,170). Sum of RGB (Red+Green+Blue) = 179+115+170=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 179 - color contains mainly: red. Hex color #B373AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B373AA is #4C8C55. Grayscale: #8C8C8C. Windows color (decimal): -5016662 or 11170739. OLE color: 11170739.

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

Color convert

RGB179115170-
CMYK00.360.050.30
HSL308.44º29.63%57.65%-
HSV(B)308.44º35.75%70.2%-
XYZ31.9824.7541.12-
YUV140.41144.7155.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.58%
GREEN value IS 115 (45.31% from 255) = 24.78%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=38.58%
G=24.78%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911517000.360.050.30308.4429.6357.65
HexB373AA02451E1341e3a
Octal2631632520445364643672
Binary1011001111100111010101001001001011111010011010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B373AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B373AA; }

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

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

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

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

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

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

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

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