#B3679E

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

Shades of Bouquet #B3679E

Tints of Bouquet #B3679E

Color information

#B3679E (or 0xB3679E) is unknown color: approx Bouquet. HEX triplet: B3, 67 and 9E. RGB value is (179,103,158). Sum of RGB (Red+Green+Blue) = 179+103+158=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B3679E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3679E is #4C9861. Grayscale: #838383. Windows color (decimal): -5019746 or 10381235. OLE color: 10381235.

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

Color convert

RGB179103158-
CMYK00.420.120.30
HSL316.58º33.33%55.29%-
HSV(B)316.58º42.46%70.2%-
XYZ29.6121.7534.99-
YUV131.99142.68161.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.68%
GREEN value IS 103 (40.62% from 255) = 23.41%
BLUE value IS 158 (62.11% from 255) = 35.91%
R=40.68%
G=23.41%
B=35.91%

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
Decimal17910315800.420.120.30316.5833.3355.29
HexB3679E02AC1E13d2137
Octal26314723605214364754167
Binary101100111100111100111100101010110011110100111101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3679E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3679E; }

 p { color: rgb(179,103,158); }

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

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

 a { background-color: rgb(179,103,158); }

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

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

 span { border-color: rgb(179,103,158); }

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