Html Css Color HEX #B3839F Bouquet

📋 copy color: '#B3839F'

red 179 ◦ green 131 ◦ blue 159

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

Shades of Bouquet #B3839F

Tints of Bouquet #B3839F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.93%

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

R = 38.17%
G = 27.93%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B3839F (or 0xB3839F) is known color: Bouquet. HEX triplet: B3, 83 and 9F. RGB value is (179,131,159). Sum of RGB (Red+Green+Blue) = 179+131+159=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B3839F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3839F is #4C7C60. Grayscale: #949494. Windows color (decimal): -5012577 or 10453939. OLE color: 10453939.

HSL color Cylindrical-coordinate representation of color #B3839F: hue angle of 325º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3839F is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 131 159 -
CMYK 0 0.27 0.11 0.30
HSL 325º 0.24% 0.61% -
HSV(B) 325º 0.27% 0.7% -
XYZ 32.96 28.32 36.53 -
YUV 148.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 179 131 159 0 0.27 0.11 0.30 325 0.24 0.61
Hex B3 83 9F 0 1B B 1E 145 18 3D
Octal 263 203 237 0 33 13 36 505 30 75
Binary 10110011 10000011 10011111 0 11011 1011 11110 101000101 11000 111101

Color Harmonies of #B3839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3839F

Black with #B3839F

Text Example


Text Example

White with #B3839F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3839F; }

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

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

background-color css

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

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

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

border-color css

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

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

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