#B3839E

Color #B3839E Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #B3839E

Tints of Bouquet #B3839E

Color information

#B3839E (or 0xB3839E) is unknown color: approx Bouquet. HEX triplet: B3, 83 and 9E. RGB value is (179,131,158). Sum of RGB (Red+Green+Blue) = 179+131+158=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 179 - color contains mainly: red. Hex color #B3839E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3839E is #4C7C61. Grayscale: #949494. Windows color (decimal): -5012578 or 10388403. OLE color: 10388403.

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

Color convert

RGB179131158-
CMYK00.270.120.30
HSL326.25º24%60.78%-
HSV(B)326.25º26.82%70.2%-
XYZ32.8828.2836.07-
YUV148.43133.4149.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.25%
GREEN value IS 131 (51.56% from 255) = 27.99%
BLUE value IS 158 (62.11% from 255) = 33.76%
R=38.25%
G=27.99%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913115800.270.120.30326.252460.78
HexB3839E01BC1E146183d
Octal26320323603314365063075
Binary10110011100000111001111001101111001111010100011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3839E; }

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

 H1.HeaderClassName
 {
   color: #B3839E;
 }
 .AnyTagClassName
 {
   color: #B3839E;
 }
</style>
background-color css

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

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

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

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

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

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