#B3669C

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

Shades of Bouquet #B3669C

Tints of Bouquet #B3669C

Color information

#B3669C (or 0xB3669C) is unknown color: approx Bouquet. HEX triplet: B3, 66 and 9C. RGB value is (179,102,156). Sum of RGB (Red+Green+Blue) = 179+102+156=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B3669C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3669C is #4C9963. Grayscale: #838383. Windows color (decimal): -5020004 or 10249907. OLE color: 10249907.

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

Color convert

RGB179102156-
CMYK00.430.130.30
HSL317.92º33.62%55.1%-
HSV(B)317.92º43.02%70.2%-
XYZ29.3421.4934.05-
YUV131.18142.01162.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.96%
GREEN value IS 102 (40.23% from 255) = 23.34%
BLUE value IS 156 (61.33% from 255) = 35.70%
R=40.96%
G=23.34%
B=35.70%

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
Decimal17910215600.430.130.30317.9233.6255.1
HexB3669C02BD1E13e2237
Octal26314623405315364764267
Binary101100111100110100111000101011110111110100111110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3669C; }

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

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

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

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

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

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

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

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