Html Css Color HEX #B3719E Bouquet

📋 copy color: '#B3719E'

red 179 ◦ green 113 ◦ blue 158

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

Shades of Bouquet #B3719E

Tints of Bouquet #B3719E

RGB

 RED value IS 179 (70.31% from 255) = 39.78%

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

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

R = 39.78%
G = 25.11%
B = 35.11%

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

#B3719E (or 0xB3719E) is known color: Bouquet. HEX triplet: B3, 71 and 9E. RGB value is (179,113,158). Sum of RGB (Red+Green+Blue) = 179+113+158=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B3719E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3719E is #4C8E61. Grayscale: #898989. Windows color (decimal): -5017186 or 10383795. OLE color: 10383795.

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

Color convert

RGB 179 113 158 -
CMYK 0 0.37 0.12 0.30
HSL 319.09º 0.3% 0.57% -
HSV(B) 319.09º 0.37% 0.7% -
XYZ 30.67 23.86 35.34 -
YUV 137.86 139.37 157.34 -
System Red Green Blue C M Y K H S L
Decimal 179 113 158 0 0.37 0.12 0.30 319.09 0.3 0.57
Hex B3 71 9E 0 25 C 1E 13F 1E 39
Octal 263 161 236 0 45 14 36 477 36 71
Binary 10110011 1110001 10011110 0 100101 1100 11110 100111111 11110 111001

Color Harmonies of #B3719E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3719E

Black with #B3719E

Text Example


Text Example

White with #B3719E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3719E; }

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

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

background-color css

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

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

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

border-color css

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

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

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