Html Css Color HEX #B1719E Bouquet

📋 copy color: '#B1719E'

red 177 ◦ green 113 ◦ blue 158

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

Shades of Bouquet #B1719E

Tints of Bouquet #B1719E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.22%

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

R = 39.51%
G = 25.22%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1719E (or 0xB1719E) is known color: Bouquet. HEX triplet: B1, 71 and 9E. RGB value is (177,113,158). Sum of RGB (Red+Green+Blue) = 177+113+158=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B1719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1719E is #4E8E61. Grayscale: #898989. Windows color (decimal): -5148258 or 10383793. OLE color: 10383793.

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

Color convert

RGB 177 113 158 -
CMYK 0 0.36 0.11 0.31
HSL 317.81º 0.29% 0.57% -
HSV(B) 317.81º 0.36% 0.69% -
XYZ 30.21 23.63 35.32 -
YUV 137.27 139.7 156.34 -
System Red Green Blue C M Y K H S L
Decimal 177 113 158 0 0.36 0.11 0.31 317.81 0.29 0.57
Hex B1 71 9E 0 24 B 1F 13E 1D 39
Octal 261 161 236 0 44 13 37 476 35 71
Binary 10110001 1110001 10011110 0 100100 1011 11111 100111110 11101 111001

Color Harmonies of #B1719E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1719E

Black with #B1719E

Text Example


Text Example

White with #B1719E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1719E; }

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

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

background-color css

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

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

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

border-color css

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

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

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