#B376AA

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

Shades of Bouquet #B376AA

Tints of Bouquet #B376AA

Color information

#B376AA (or 0xB376AA) is unknown color: approx Bouquet. HEX triplet: B3, 76 and AA. RGB value is (179,118,170). Sum of RGB (Red+Green+Blue) = 179+118+170=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 179 - color contains mainly: red. Hex color #B376AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B376AA is #4C8955. Grayscale: #8E8E8E. Windows color (decimal): -5015894 or 11171507. OLE color: 11171507.

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

Color convert

RGB179118170-
CMYK00.340.050.30
HSL308.85º28.64%58.24%-
HSV(B)308.85º34.08%70.2%-
XYZ32.3225.4441.24-
YUV142.17143.71154.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.33%
GREEN value IS 118 (46.48% from 255) = 25.27%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=38.33%
G=25.27%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911817000.340.050.30308.8528.6458.24
HexB376AA02251E1351d3a
Octal2631662520425364653572
Binary1011001111101101010101001000101011111010011010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B376AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B376AA; }

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

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

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

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

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

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

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

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