#B2679C

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

Shades of Bouquet #B2679C

Tints of Bouquet #B2679C

Color information

#B2679C (or 0xB2679C) is unknown color: approx Bouquet. HEX triplet: B2, 67 and 9C. RGB value is (178,103,156). Sum of RGB (Red+Green+Blue) = 178+103+156=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B2679C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2679C is #4D9863. Grayscale: #838383. Windows color (decimal): -5085284 or 10250162. OLE color: 10250162.

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

Color convert

RGB178103156-
CMYK00.420.120.30
HSL317.6º32.75%55.1%-
HSV(B)317.6º42.13%69.8%-
XYZ29.2121.5734.08-
YUV131.47141.85161.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.73%
GREEN value IS 103 (40.62% from 255) = 23.57%
BLUE value IS 156 (61.33% from 255) = 35.70%
R=40.73%
G=23.57%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810315600.420.120.30317.632.7555.1
HexB2679C02AC1E13e2137
Octal26214723405214364764167
Binary101100101100111100111000101010110011110100111110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2679C; }

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

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

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

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

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

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

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

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