#B375A9

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

Shades of Bouquet #B375A9

Tints of Bouquet #B375A9

Color information

#B375A9 (or 0xB375A9) is unknown color: approx Bouquet. HEX triplet: B3, 75 and A9. RGB value is (179,117,169). Sum of RGB (Red+Green+Blue) = 179+117+169=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 179 - color contains mainly: red. Hex color #B375A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B375A9 is #4C8A56. Grayscale: #8D8D8D. Windows color (decimal): -5016151 or 11105715. OLE color: 11105715.

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

Color convert

RGB179117169-
CMYK00.350.060.30
HSL309.68º28.97%58.04%-
HSV(B)309.68º34.64%70.2%-
XYZ32.1125.1740.7-
YUV141.47143.54154.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.49%
GREEN value IS 117 (46.09% from 255) = 25.16%
BLUE value IS 169 (66.41% from 255) = 36.34%
R=38.49%
G=25.16%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911716900.350.060.30309.6828.9758.04
HexB375A902361E1361d3a
Octal2631652510436364663572
Binary1011001111101011010100101000111101111010011011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B375A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B375A9; }

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

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

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

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

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

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

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

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