#B3679F

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

Shades of Bouquet #B3679F

Tints of Bouquet #B3679F

Color information

#B3679F (or 0xB3679F) is unknown color: approx Bouquet. HEX triplet: B3, 67 and 9F. RGB value is (179,103,159). Sum of RGB (Red+Green+Blue) = 179+103+159=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B3679F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3679F is #4C9860. Grayscale: #838383. Windows color (decimal): -5019745 or 10446771. OLE color: 10446771.

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

Color convert

RGB179103159-
CMYK00.420.110.30
HSL315.79º33.33%55.29%-
HSV(B)315.79º42.46%70.2%-
XYZ29.721.7935.44-
YUV132.11143.18161.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.59%
GREEN value IS 103 (40.62% from 255) = 23.36%
BLUE value IS 159 (62.5% from 255) = 36.05%
R=40.59%
G=23.36%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910315900.420.110.30315.7933.3355.29
HexB3679F02AB1E13c2137
Octal26314723705213364744167
Binary101100111100111100111110101010101111110100111100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3679F; }

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

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

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

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

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

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

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

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