Html Css Color HEX #B2719C Bouquet

📋 copy color: '#B2719C'

red 178 ◦ green 113 ◦ blue 156

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

Shades of Bouquet #B2719C

Tints of Bouquet #B2719C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.9%

R = 39.82%
G = 25.28%
B = 34.9%

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

#B2719C (or 0xB2719C) is known color: Bouquet. HEX triplet: B2, 71 and 9C. RGB value is (178,113,156). Sum of RGB (Red+Green+Blue) = 178+113+156=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B2719C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2719C is #4D8E63. Grayscale: #898989. Windows color (decimal): -5082724 or 10252722. OLE color: 10252722.

HSL color Cylindrical-coordinate representation of color #B2719C: hue angle of 320.31º 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 #B2719C is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 113 156 -
CMYK 0 0.37 0.12 0.30
HSL 320.31º 0.3% 0.57% -
HSV(B) 320.31º 0.37% 0.7% -
XYZ 30.27 23.68 34.43 -
YUV 137.34 138.53 157 -
System Red Green Blue C M Y K H S L
Decimal 178 113 156 0 0.37 0.12 0.30 320.31 0.3 0.57
Hex B2 71 9C 0 25 C 1E 140 1E 39
Octal 262 161 234 0 45 14 36 500 36 71
Binary 10110010 1110001 10011100 0 100101 1100 11110 101000000 11110 111001

Color Harmonies of #B2719C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2719C

Black with #B2719C

Text Example


Text Example

White with #B2719C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2719C; }

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

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

background-color css

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

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

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

border-color css

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

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

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