#B2679B

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

Shades of Bouquet #B2679B

Tints of Bouquet #B2679B

Color information

#B2679B (or 0xB2679B) is unknown color: approx Bouquet. HEX triplet: B2, 67 and 9B. RGB value is (178,103,155). Sum of RGB (Red+Green+Blue) = 178+103+155=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B2679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2679B is #4D9864. Grayscale: #838383. Windows color (decimal): -5085285 or 10184626. OLE color: 10184626.

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

Color convert

RGB178103155-
CMYK00.420.130.30
HSL318.4º32.75%55.1%-
HSV(B)318.4º42.13%69.8%-
XYZ29.1321.5333.63-
YUV131.35141.35161.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.83%
GREEN value IS 103 (40.62% from 255) = 23.62%
BLUE value IS 155 (60.94% from 255) = 35.55%
R=40.83%
G=23.62%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810315500.420.130.30318.432.7555.1
HexB2679B02AD1E13e2137
Octal26214723305215364764167
Binary101100101100111100110110101010110111110100111110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2679B; }

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

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

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

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

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

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

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

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