#B4659C

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

Shades of Bouquet #B4659C

Tints of Bouquet #B4659C

Color information

#B4659C (or 0xB4659C) is unknown color: approx Bouquet. HEX triplet: B4, 65 and 9C. RGB value is (180,101,156). Sum of RGB (Red+Green+Blue) = 180+101+156=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B4659C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4659C is #4B9A63. Grayscale: #828282. Windows color (decimal): -4954724 or 10249652. OLE color: 10249652.

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

Color convert

RGB180101156-
CMYK00.440.130.29
HSL318.23º34.5%55.1%-
HSV(B)318.23º43.89%70.59%-
XYZ29.4821.4134.03-
YUV130.89142.17163.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 101 (39.84% from 255) = 23.11%
BLUE value IS 156 (61.33% from 255) = 35.70%
R=41.19%
G=23.11%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010115600.440.130.29318.2334.555.1
HexB4659C02CD1D13e2237
Octal26414523405415354764267
Binary101101001100101100111000101100110111101100111110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4659C; }

 p { color: rgb(180,101,156); }

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

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

 a { background-color: rgb(180,101,156); }

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

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

 span { border-color: rgb(180,101,156); }

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