Html Css Color HEX #B3749F Bouquet

📋 copy color: '#B3749F'

red 179 ◦ green 116 ◦ blue 159

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

Shades of Bouquet #B3749F

Tints of Bouquet #B3749F

RGB

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

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

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

R = 39.43%
G = 25.55%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B3749F (or 0xB3749F) is known color: Bouquet. HEX triplet: B3, 74 and 9F. RGB value is (179,116,159). Sum of RGB (Red+Green+Blue) = 179+116+159=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 179 - color contains mainly: red. Hex color #B3749F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3749F is #4C8B60. Grayscale: #8B8B8B. Windows color (decimal): -5016417 or 10450099. OLE color: 10450099.

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

Color convert

RGB 179 116 159 -
CMYK 0 0.35 0.11 0.30
HSL 319.05º 0.29% 0.58% -
HSV(B) 319.05º 0.35% 0.7% -
XYZ 31.09 24.58 35.91 -
YUV 139.74 138.87 156 -
System Red Green Blue C M Y K H S L
Decimal 179 116 159 0 0.35 0.11 0.30 319.05 0.29 0.58
Hex B3 74 9F 0 23 B 1E 13F 1D 3A
Octal 263 164 237 0 43 13 36 477 35 72
Binary 10110011 1110100 10011111 0 100011 1011 11110 100111111 11101 111010

Color Harmonies of #B3749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3749F

Black with #B3749F

Text Example


Text Example

White with #B3749F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3749F; }

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

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

background-color css

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

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

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

border-color css

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

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

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