#B2659C

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

Shades of Bouquet #B2659C

Tints of Bouquet #B2659C

Color information

#B2659C (or 0xB2659C) is unknown color: approx Bouquet. HEX triplet: B2, 65 and 9C. RGB value is (178,101,156). Sum of RGB (Red+Green+Blue) = 178+101+156=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B2659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2659C is #4D9A63. Grayscale: #828282. Windows color (decimal): -5085796 or 10249650. OLE color: 10249650.

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

Color convert

RGB178101156-
CMYK00.430.120.30
HSL317.14º33.33%54.71%-
HSV(B)317.14º43.26%69.8%-
XYZ29.0121.1734.01-
YUV130.29142.51162.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.92%
GREEN value IS 101 (39.84% from 255) = 23.22%
BLUE value IS 156 (61.33% from 255) = 35.86%
R=40.92%
G=23.22%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810115600.430.120.30317.1433.3354.71
HexB2659C02BC1E13d2137
Octal26214523405314364754167
Binary101100101100101100111000101011110011110100111101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2659C; }

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

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

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

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

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

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

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

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