Html Css Color HEX #B177A9 Bouquet

📋 copy color: '#B177A9'

red 177 ◦ green 119 ◦ blue 169

#B177A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #B177A9

Tints of Bouquet #B177A9

RGB

 RED value IS 177 (69.53% from 255) = 38.06%

 GREEN value IS 119 (46.88% from 255) = 25.59%

 BLUE value IS 169 (66.41% from 255) = 36.34%

R = 38.06%
G = 25.59%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B177A9 (or 0xB177A9) is known color: Bouquet. HEX triplet: B1, 77 and A9. RGB value is (177,119,169). Sum of RGB (Red+Green+Blue) = 177+119+169=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B177A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B177A9 is #4E8856. Grayscale: #8D8D8D. Windows color (decimal): -5146711 or 11106225. OLE color: 11106225.

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

Color convert

RGB 177 119 169 -
CMYK 0 0.33 0.05 0.31
HSL 308.28º 0.27% 0.58% -
HSV(B) 308.28º 0.33% 0.69% -
XYZ 31.89 25.41 40.76 -
YUV 142.04 143.22 152.93 -
System Red Green Blue C M Y K H S L
Decimal 177 119 169 0 0.33 0.05 0.31 308.28 0.27 0.58
Hex B1 77 A9 0 21 5 1F 134 1B 3A
Octal 261 167 251 0 41 5 37 464 33 72
Binary 10110001 1110111 10101001 0 100001 101 11111 100110100 11011 111010

Color Harmonies of #B177A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B177A9

Black with #B177A9

Text Example


Text Example

White with #B177A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B177A9; }

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

 H1.HeaderClassName
 {
   color: #B177A9;
 }
 .AnyTagClassName
 {
   color: #B177A9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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