#B3669E

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

Shades of Bouquet #B3669E

Tints of Bouquet #B3669E

Color information

#B3669E (or 0xB3669E) is unknown color: approx Bouquet. HEX triplet: B3, 66 and 9E. RGB value is (179,102,158). Sum of RGB (Red+Green+Blue) = 179+102+158=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B3669E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3669E is #4C9961. Grayscale: #838383. Windows color (decimal): -5020002 or 10380979. OLE color: 10380979.

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

Color convert

RGB179102158-
CMYK00.430.120.30
HSL316.36º33.62%55.1%-
HSV(B)316.36º43.02%70.2%-
XYZ29.5121.5634.95-
YUV131.41143.01161.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.77%
GREEN value IS 102 (40.23% from 255) = 23.23%
BLUE value IS 158 (62.11% from 255) = 35.99%
R=40.77%
G=23.23%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910215800.430.120.30316.3633.6255.1
HexB3669E02BC1E13c2237
Octal26314623605314364744267
Binary101100111100110100111100101011110011110100111100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3669E; }

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

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

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

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

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

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

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

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