#B372A4

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

Shades of Bouquet #B372A4

Tints of Bouquet #B372A4

Color information

#B372A4 (or 0xB372A4) is unknown color: approx Bouquet. HEX triplet: B3, 72 and A4. RGB value is (179,114,164). Sum of RGB (Red+Green+Blue) = 179+114+164=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 179 - color contains mainly: red. Hex color #B372A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B372A4 is #4C8D5B. Grayscale: #8A8A8A. Windows color (decimal): -5016924 or 10777267. OLE color: 10777267.

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

Color convert

RGB179114164-
CMYK00.360.080.30
HSL313.85º29.95%57.45%-
HSV(B)313.85º36.31%70.2%-
XYZ31.3124.338.16-
YUV139.14142.03156.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.17%
GREEN value IS 114 (44.92% from 255) = 24.95%
BLUE value IS 164 (64.45% from 255) = 35.89%
R=39.17%
G=24.95%
B=35.89%

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
Decimal17911416400.360.080.30313.8529.9557.45
HexB372A402481E13a1e39
Octal26316224404410364723671
Binary10110011111001010100100010010010001111010011101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B372A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B372A4; }

 p { color: rgb(179,114,164); }

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

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

 a { background-color: rgb(179,114,164); }

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

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

 span { border-color: rgb(179,114,164); }

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