#B375A3

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

Shades of Bouquet #B375A3

Tints of Bouquet #B375A3

Color information

#B375A3 (or 0xB375A3) is unknown color: approx Bouquet. HEX triplet: B3, 75 and A3. RGB value is (179,117,163). Sum of RGB (Red+Green+Blue) = 179+117+163=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 179 - color contains mainly: red. Hex color #B375A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B375A3 is #4C8A5C. Grayscale: #8C8C8C. Windows color (decimal): -5016157 or 10712499. OLE color: 10712499.

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

Color convert

RGB179117163-
CMYK00.350.090.30
HSL315.48º28.97%58.04%-
HSV(B)315.48º34.64%70.2%-
XYZ31.5624.9537.8-
YUV140.78140.54155.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.00%
GREEN value IS 117 (46.09% from 255) = 25.49%
BLUE value IS 163 (64.06% from 255) = 35.51%
R=39.00%
G=25.49%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911716300.350.090.30315.4828.9758.04
HexB375A302391E13b1d3a
Octal26316524304311364733572
Binary10110011111010110100011010001110011111010011101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B375A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B375A3; }

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

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

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

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

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

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

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

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