Html Css Color HEX #B3759F Bouquet

📋 copy color: '#B3759F'

red 179 ◦ green 117 ◦ blue 159

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

Shades of Bouquet #B3759F

Tints of Bouquet #B3759F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.71%

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

R = 39.34%
G = 25.71%
B = 34.95%

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

#B3759F (or 0xB3759F) is known color: Bouquet. HEX triplet: B3, 75 and 9F. RGB value is (179,117,159). Sum of RGB (Red+Green+Blue) = 179+117+159=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B3759F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3759F is #4C8A60. Grayscale: #8C8C8C. Windows color (decimal): -5016161 or 10450355. OLE color: 10450355.

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

Color convert

RGB 179 117 159 -
CMYK 0 0.35 0.11 0.30
HSL 319.35º 0.29% 0.58% -
HSV(B) 319.35º 0.35% 0.7% -
XYZ 31.21 24.81 35.94 -
YUV 140.33 138.54 155.58 -
System Red Green Blue C M Y K H S L
Decimal 179 117 159 0 0.35 0.11 0.30 319.35 0.29 0.58
Hex B3 75 9F 0 23 B 1E 13F 1D 3A
Octal 263 165 237 0 43 13 36 477 35 72
Binary 10110011 1110101 10011111 0 100011 1011 11110 100111111 11101 111010

Color Harmonies of #B3759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3759F

Black with #B3759F

Text Example


Text Example

White with #B3759F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3759F; }

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

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

background-color css

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

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

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

border-color css

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

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

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