#B375AA

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

Shades of Bouquet #B375AA

Tints of Bouquet #B375AA

Color information

#B375AA (or 0xB375AA) is unknown color: approx Bouquet. HEX triplet: B3, 75 and AA. RGB value is (179,117,170). Sum of RGB (Red+Green+Blue) = 179+117+170=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B375AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B375AA is #4C8A55. Grayscale: #8D8D8D. Windows color (decimal): -5016150 or 11171251. OLE color: 11171251.

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

Color convert

RGB179117170-
CMYK00.350.050.30
HSL308.71º28.97%58.04%-
HSV(B)308.71º34.64%70.2%-
XYZ32.2125.2141.2-
YUV141.58144.04154.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 117 (46.09% from 255) = 25.11%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=38.41%
G=25.11%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911717000.350.050.30308.7128.9758.04
HexB375AA02351E1351d3a
Octal2631652520435364653572
Binary1011001111101011010101001000111011111010011010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B375AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B375AA; }

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

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

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

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

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

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

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

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