Html Css Color HEX #B1749E Bouquet

📋 copy color: '#B1749E'

red 177 ◦ green 116 ◦ blue 158

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

Shades of Bouquet #B1749E

Tints of Bouquet #B1749E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.72%

 BLUE value IS 158 (62.11% from 255) = 35.03%

R = 39.25%
G = 25.72%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1749E (or 0xB1749E) is known color: Bouquet. HEX triplet: B1, 74 and 9E. RGB value is (177,116,158). Sum of RGB (Red+Green+Blue) = 177+116+158=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B1749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1749E is #4E8B61. Grayscale: #8A8A8A. Windows color (decimal): -5147490 or 10384561. OLE color: 10384561.

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

Color convert

RGB 177 116 158 -
CMYK 0 0.34 0.11 0.31
HSL 318.69º 0.28% 0.57% -
HSV(B) 318.69º 0.34% 0.69% -
XYZ 30.55 24.31 35.43 -
YUV 139.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 177 116 158 0 0.34 0.11 0.31 318.69 0.28 0.57
Hex B1 74 9E 0 22 B 1F 13F 1C 39
Octal 261 164 236 0 42 13 37 477 34 71
Binary 10110001 1110100 10011110 0 100010 1011 11111 100111111 11100 111001

Color Harmonies of #B1749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1749E

Black with #B1749E

Text Example


Text Example

White with #B1749E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1749E; }

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

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

background-color css

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

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

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

border-color css

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

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

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