#B172A7

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

Shades of Bouquet #B172A7

Tints of Bouquet #B172A7

Color information

#B172A7 (or 0xB172A7) is unknown color: approx Bouquet. HEX triplet: B1, 72 and A7. RGB value is (177,114,167). Sum of RGB (Red+Green+Blue) = 177+114+167=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 167 (65.62% from 255 or 36.46% from 458); Max value from RGB is 177 - color contains mainly: red. Hex color #B172A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B172A7 is #4E8D58. Grayscale: #8A8A8A. Windows color (decimal): -5147993 or 10973873. OLE color: 10973873.

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

Color convert

RGB177114167-
CMYK00.360.060.31
HSL309.52º28.77%57.06%-
HSV(B)309.52º35.59%69.41%-
XYZ31.1224.1739.58-
YUV138.88143.87155.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.65%
GREEN value IS 114 (44.92% from 255) = 24.89%
BLUE value IS 167 (65.62% from 255) = 36.46%
R=38.65%
G=24.89%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711416700.360.060.31309.5228.7757.06
HexB172A702461F1361d39
Octal2611622470446374663571
Binary1011000111100101010011101001001101111110011011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B172A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B172A7; }

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

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

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

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

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

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

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

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