Html Css Color HEX #B3749E Bouquet

📋 copy color: '#B3749E'

red 179 ◦ green 116 ◦ blue 158

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

Shades of Bouquet #B3749E

Tints of Bouquet #B3749E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.61%

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

R = 39.51%
G = 25.61%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B3749E (or 0xB3749E) is known color: Bouquet. HEX triplet: B3, 74 and 9E. RGB value is (179,116,158). Sum of RGB (Red+Green+Blue) = 179+116+158=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B3749E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3749E is #4C8B61. Grayscale: #8B8B8B. Windows color (decimal): -5016418 or 10384563. OLE color: 10384563.

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

Color convert

RGB 179 116 158 -
CMYK 0 0.35 0.12 0.30
HSL 320º 0.29% 0.58% -
HSV(B) 320º 0.35% 0.7% -
XYZ 31.01 24.54 35.45 -
YUV 139.63 138.37 156.08 -
System Red Green Blue C M Y K H S L
Decimal 179 116 158 0 0.35 0.12 0.30 320 0.29 0.58
Hex B3 74 9E 0 23 C 1E 140 1D 3A
Octal 263 164 236 0 43 14 36 500 35 72
Binary 10110011 1110100 10011110 0 100011 1100 11110 101000000 11101 111010

Color Harmonies of #B3749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3749E

Black with #B3749E

Text Example


Text Example

White with #B3749E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3749E; }

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

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

background-color css

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

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

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

border-color css

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

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

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