#B174A9

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

Shades of Bouquet #B174A9

Tints of Bouquet #B174A9

Color information

#B174A9 (or 0xB174A9) is unknown color: approx Bouquet. HEX triplet: B1, 74 and A9. RGB value is (177,116,169). Sum of RGB (Red+Green+Blue) = 177+116+169=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 169 (66.41% from 255 or 36.58% from 462); Max value from RGB is 177 - color contains mainly: red. Hex color #B174A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B174A9 is #4E8B56. Grayscale: #8C8C8C. Windows color (decimal): -5147479 or 11105457. OLE color: 11105457.

HSL color Cylindrical-coordinate representation of color #B174A9: hue angle of 307.87º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B174A9 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB177116169-
CMYK00.340.050.31
HSL307.87º28.11%57.45%-
HSV(B)307.87º34.46%69.41%-
XYZ31.5424.740.64-
YUV140.28144.21154.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.31%
GREEN value IS 116 (45.70% from 255) = 25.11%
BLUE value IS 169 (66.41% from 255) = 36.58%
R=38.31%
G=25.11%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711616900.340.050.31307.8728.1157.45
HexB174A902251F1341c39
Octal2611642510425374643471
Binary1011000111101001010100101000101011111110011010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B174A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B174A9; }

 p { color: rgb(177,116,169); }

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

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

 a { background-color: rgb(177,116,169); }

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

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

 span { border-color: rgb(177,116,169); }

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