#B4639B

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

Shades of Bouquet #B4639B

Tints of Bouquet #B4639B

Color information

#B4639B (or 0xB4639B) is unknown color: approx Bouquet. HEX triplet: B4, 63 and 9B. RGB value is (180,99,155). Sum of RGB (Red+Green+Blue) = 180+99+155=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B4639B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4639B is #4B9C64. Grayscale: #818181. Windows color (decimal): -4955237 or 10183604. OLE color: 10183604.

HSL color Cylindrical-coordinate representation of color #B4639B: hue angle of 318.52º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4639B is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB18099155-
CMYK00.450.140.29
HSL318.52º35.06%54.71%-
HSV(B)318.52º45%70.59%-
XYZ29.220.9933.52-
YUV129.6142.34163.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 99 (39.06% from 255) = 22.81%
BLUE value IS 155 (60.94% from 255) = 35.71%
R=41.47%
G=22.81%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809915500.450.140.29318.5235.0654.71
HexB4639B02DE1D13f2337
Octal26414323305516354774367
Binary101101001100011100110110101101111011101100111111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4639B; }

 p { color: rgb(180,99,155); }

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

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

 a { background-color: rgb(180,99,155); }

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

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

 span { border-color: rgb(180,99,155); }

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