#B678A4

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

Shades of Bouquet #B678A4

Tints of Bouquet #B678A4

Color information

#B678A4 (or 0xB678A4) is unknown color: approx Bouquet. HEX triplet: B6, 78 and A4. RGB value is (182,120,164). Sum of RGB (Red+Green+Blue) = 182+120+164=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 182 - color contains mainly: red. Hex color #B678A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B678A4 is #49875B. Grayscale: #8F8F8F. Windows color (decimal): -4818780 or 10778806. OLE color: 10778806.

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

Color convert

RGB182120164-
CMYK00.340.100.29
HSL317.42º29.81%59.22%-
HSV(B)317.42º34.07%71.37%-
XYZ32.7126.0638.43-
YUV143.55139.54155.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.06%
GREEN value IS 120 (47.27% from 255) = 25.75%
BLUE value IS 164 (64.45% from 255) = 35.19%
R=39.06%
G=25.75%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212016400.340.100.29317.4229.8159.22
HexB678A4022A1D13d1e3b
Octal26617024404212354753673
Binary10110110111100010100100010001010101110110011110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B678A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B678A4; }

 p { color: rgb(182,120,164); }

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

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

 a { background-color: rgb(182,120,164); }

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

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

 span { border-color: rgb(182,120,164); }

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