#B172A4

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

Shades of Bouquet #B172A4

Tints of Bouquet #B172A4

Color information

#B172A4 (or 0xB172A4) is unknown color: approx Bouquet. HEX triplet: B1, 72 and A4. RGB value is (177,114,164). Sum of RGB (Red+Green+Blue) = 177+114+164=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B172A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B172A4 is #4E8D5B. Grayscale: #8A8A8A. Windows color (decimal): -5147996 or 10777265. OLE color: 10777265.

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

Color convert

RGB177114164-
CMYK00.360.070.31
HSL312.38º28.77%57.06%-
HSV(B)312.38º35.59%69.41%-
XYZ30.8524.0638.14-
YUV138.54142.37155.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.90%
GREEN value IS 114 (44.92% from 255) = 25.05%
BLUE value IS 164 (64.45% from 255) = 36.04%
R=38.90%
G=25.05%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711416400.360.070.31312.3828.7757.06
HexB172A402471F1381d39
Octal2611622440447374703571
Binary1011000111100101010010001001001111111110011100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B172A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B172A4; }

 p { color: rgb(177,114,164); }

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

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

 a { background-color: rgb(177,114,164); }

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

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

 span { border-color: rgb(177,114,164); }

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