#B2659B

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

Shades of Bouquet #B2659B

Tints of Bouquet #B2659B

Color information

#B2659B (or 0xB2659B) is unknown color: approx Bouquet. HEX triplet: B2, 65 and 9B. RGB value is (178,101,155). Sum of RGB (Red+Green+Blue) = 178+101+155=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B2659B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2659B is #4D9A64. Grayscale: #828282. Windows color (decimal): -5085797 or 10184114. OLE color: 10184114.

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

Color convert

RGB178101155-
CMYK00.430.130.30
HSL317.92º33.33%54.71%-
HSV(B)317.92º43.26%69.8%-
XYZ28.9321.1433.57-
YUV130.18142.01162.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.01%
GREEN value IS 101 (39.84% from 255) = 23.27%
BLUE value IS 155 (60.94% from 255) = 35.71%
R=41.01%
G=23.27%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810115500.430.130.30317.9233.3354.71
HexB2659B02BD1E13e2137
Octal26214523305315364764167
Binary101100101100101100110110101011110111110100111110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2659B; }

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

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

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

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

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

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

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

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