Html Css Color HEX #B4719E Bouquet

📋 copy color: '#B4719E'

red 180 ◦ green 113 ◦ blue 158

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

Shades of Bouquet #B4719E

Tints of Bouquet #B4719E

RGB

 RED value IS 180 (70.7% from 255) = 39.91%

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

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

R = 39.91%
G = 25.06%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4719E (or 0xB4719E) is known color: Bouquet. HEX triplet: B4, 71 and 9E. RGB value is (180,113,158). Sum of RGB (Red+Green+Blue) = 180+113+158=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B4719E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4719E is #4B8E61. Grayscale: #8A8A8A. Windows color (decimal): -4951650 or 10383796. OLE color: 10383796.

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

Color convert

RGB 180 113 158 -
CMYK 0 0.37 0.12 0.29
HSL 319.7º 0.31% 0.57% -
HSV(B) 319.7º 0.37% 0.71% -
XYZ 30.9 23.98 35.35 -
YUV 138.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 180 113 158 0 0.37 0.12 0.29 319.7 0.31 0.57
Hex B4 71 9E 0 25 C 1D 140 1F 39
Octal 264 161 236 0 45 14 35 500 37 71
Binary 10110100 1110001 10011110 0 100101 1100 11101 101000000 11111 111001

Color Harmonies of #B4719E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4719E

Black with #B4719E

Text Example


Text Example

White with #B4719E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4719E; }

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

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

background-color css

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

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

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

border-color css

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

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

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