#B4669E

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

Shades of Bouquet #B4669E

Tints of Bouquet #B4669E

Color information

#B4669E (or 0xB4669E) is unknown color: approx Bouquet. HEX triplet: B4, 66 and 9E. RGB value is (180,102,158). Sum of RGB (Red+Green+Blue) = 180+102+158=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4669E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4669E is #4B9961. Grayscale: #838383. Windows color (decimal): -4954466 or 10380980. OLE color: 10380980.

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

Color convert

RGB180102158-
CMYK00.430.120.29
HSL316.92º34.21%55.29%-
HSV(B)316.92º43.33%70.59%-
XYZ29.7521.6734.96-
YUV131.71142.84162.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 102 (40.23% from 255) = 23.18%
BLUE value IS 158 (62.11% from 255) = 35.91%
R=40.91%
G=23.18%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010215800.430.120.29316.9234.2155.29
HexB4669E02BC1D13d2237
Octal26414623605314354754267
Binary101101001100110100111100101011110011101100111101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4669E; }

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

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

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

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

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

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

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

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