Html Css Color HEX #B2719F Bouquet

📋 copy color: '#B2719F'

red 178 ◦ green 113 ◦ blue 159

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

Shades of Bouquet #B2719F

Tints of Bouquet #B2719F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.33%

R = 39.56%
G = 25.11%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2719F (or 0xB2719F) is known color: Bouquet. HEX triplet: B2, 71 and 9F. RGB value is (178,113,159). Sum of RGB (Red+Green+Blue) = 178+113+159=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 178 - color contains mainly: red. Hex color #B2719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2719F is #4D8E60. Grayscale: #898989. Windows color (decimal): -5082721 or 10449330. OLE color: 10449330.

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

Color convert

RGB 178 113 159 -
CMYK 0 0.37 0.11 0.30
HSL 317.54º 0.3% 0.57% -
HSV(B) 317.54º 0.37% 0.7% -
XYZ 30.52 23.78 35.78 -
YUV 137.68 140.03 156.76 -
System Red Green Blue C M Y K H S L
Decimal 178 113 159 0 0.37 0.11 0.30 317.54 0.3 0.57
Hex B2 71 9F 0 25 B 1E 13E 1E 39
Octal 262 161 237 0 45 13 36 476 36 71
Binary 10110010 1110001 10011111 0 100101 1011 11110 100111110 11110 111001

Color Harmonies of #B2719F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2719F

Black with #B2719F

Text Example


Text Example

White with #B2719F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2719F; }

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

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

background-color css

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

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

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

border-color css

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

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

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