#B3669B

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

Shades of Bouquet #B3669B

Tints of Bouquet #B3669B

Color information

#B3669B (or 0xB3669B) is unknown color: approx Bouquet. HEX triplet: B3, 66 and 9B. RGB value is (179,102,155). Sum of RGB (Red+Green+Blue) = 179+102+155=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B3669B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3669B is #4C9964. Grayscale: #828282. Windows color (decimal): -5020005 or 10184371. OLE color: 10184371.

HSL color Cylindrical-coordinate representation of color #B3669B: hue angle of 318.7º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B3669B is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB179102155-
CMYK00.430.130.30
HSL318.7º33.62%55.1%-
HSV(B)318.7º43.02%70.2%-
XYZ29.2621.4533.61-
YUV131.06141.51162.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.06%
GREEN value IS 102 (40.23% from 255) = 23.39%
BLUE value IS 155 (60.94% from 255) = 35.55%
R=41.06%
G=23.39%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910215500.430.130.30318.733.6255.1
HexB3669B02BD1E13f2237
Octal26314623305315364774267
Binary101100111100110100110110101011110111110100111111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3669B; }

 p { color: rgb(179,102,155); }

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

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

 a { background-color: rgb(179,102,155); }

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

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

 span { border-color: rgb(179,102,155); }

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