Html Css Color HEX #B2719D Bouquet

📋 copy color: '#B2719D'

red 178 ◦ green 113 ◦ blue 157

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

Shades of Bouquet #B2719D

Tints of Bouquet #B2719D

RGB

 RED value IS 178 (69.92% from 255) = 39.73%

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

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

R = 39.73%
G = 25.22%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2719D (or 0xB2719D) is known color: Bouquet. HEX triplet: B2, 71 and 9D. RGB value is (178,113,157). Sum of RGB (Red+Green+Blue) = 178+113+157=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B2719D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2719D is #4D8E62. Grayscale: #898989. Windows color (decimal): -5082723 or 10318258. OLE color: 10318258.

HSL color Cylindrical-coordinate representation of color #B2719D: hue angle of 319.38º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2719D is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 113 157 -
CMYK 0 0.37 0.12 0.30
HSL 319.38º 0.3% 0.57% -
HSV(B) 319.38º 0.37% 0.7% -
XYZ 30.35 23.71 34.88 -
YUV 137.45 139.03 156.92 -
System Red Green Blue C M Y K H S L
Decimal 178 113 157 0 0.37 0.12 0.30 319.38 0.3 0.57
Hex B2 71 9D 0 25 C 1E 13F 1E 39
Octal 262 161 235 0 45 14 36 477 36 71
Binary 10110010 1110001 10011101 0 100101 1100 11110 100111111 11110 111001

Color Harmonies of #B2719D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2719D

Black with #B2719D

Text Example


Text Example

White with #B2719D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2719D; }

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

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

background-color css

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

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

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

border-color css

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

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

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