#B678AA

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

Shades of Bouquet #B678AA

Tints of Bouquet #B678AA

Color information

#B678AA (or 0xB678AA) is unknown color: approx Bouquet. HEX triplet: B6, 78 and AA. RGB value is (182,120,170). Sum of RGB (Red+Green+Blue) = 182+120+170=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 182 - color contains mainly: red. Hex color #B678AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B678AA is #498755. Grayscale: #909090. Windows color (decimal): -4818774 or 11172022. OLE color: 11172022.

HSL color Cylindrical-coordinate representation of color #B678AA: hue angle of 311.61º 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 #B678AA is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB182120170-
CMYK00.340.070.29
HSL311.61º29.81%59.22%-
HSV(B)311.61º34.07%71.37%-
XYZ33.2626.2841.35-
YUV144.24142.54154.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.56%
GREEN value IS 120 (47.27% from 255) = 25.42%
BLUE value IS 170 (66.80% from 255) = 36.02%
R=38.56%
G=25.42%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212017000.340.070.29311.6129.8159.22
HexB678AA02271D1381e3b
Octal2661702520427354703673
Binary1011011011110001010101001000101111110110011100011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B678AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B678AA; }

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

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

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

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

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

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

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

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