Html Css Color HEX #B1719D Bouquet

📋 copy color: '#B1719D'

red 177 ◦ green 113 ◦ blue 157

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

Shades of Bouquet #B1719D

Tints of Bouquet #B1719D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.12%

R = 39.6%
G = 25.28%
B = 35.12%

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

#B1719D (or 0xB1719D) is known color: Bouquet. HEX triplet: B1, 71 and 9D. RGB value is (177,113,157). Sum of RGB (Red+Green+Blue) = 177+113+157=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B1719D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1719D is #4E8E62. Grayscale: #898989. Windows color (decimal): -5148259 or 10318257. OLE color: 10318257.

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

Color convert

RGB 177 113 157 -
CMYK 0 0.36 0.11 0.31
HSL 318.75º 0.29% 0.57% -
HSV(B) 318.75º 0.36% 0.69% -
XYZ 30.12 23.59 34.86 -
YUV 137.15 139.2 156.42 -
System Red Green Blue C M Y K H S L
Decimal 177 113 157 0 0.36 0.11 0.31 318.75 0.29 0.57
Hex B1 71 9D 0 24 B 1F 13F 1D 39
Octal 261 161 235 0 44 13 37 477 35 71
Binary 10110001 1110001 10011101 0 100100 1011 11111 100111111 11101 111001

Color Harmonies of #B1719D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1719D

Black with #B1719D

Text Example


Text Example

White with #B1719D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1719D; }

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

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

background-color css

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

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

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

border-color css

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

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

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