#B3649B

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

Shades of Bouquet #B3649B

Tints of Bouquet #B3649B

Color information

#B3649B (or 0xB3649B) is unknown color: approx Bouquet. HEX triplet: B3, 64 and 9B. RGB value is (179,100,155). Sum of RGB (Red+Green+Blue) = 179+100+155=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B3649B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3649B is #4C9B64. Grayscale: #818181. Windows color (decimal): -5020517 or 10183859. OLE color: 10183859.

HSL color Cylindrical-coordinate representation of color #B3649B: hue angle of 318.23º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B3649B is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB179100155-
CMYK00.440.130.30
HSL318.23º34.2%54.71%-
HSV(B)318.23º44.13%70.2%-
XYZ29.0621.0633.54-
YUV129.89142.17163.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.24%
GREEN value IS 100 (39.45% from 255) = 23.04%
BLUE value IS 155 (60.94% from 255) = 35.71%
R=41.24%
G=23.04%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910015500.440.130.30318.2334.254.71
HexB3649B02CD1E13e2237
Octal26314423305415364764267
Binary101100111100100100110110101100110111110100111110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3649B; }

 p { color: rgb(179,100,155); }

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

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

 a { background-color: rgb(179,100,155); }

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

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

 span { border-color: rgb(179,100,155); }

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