#B4659E

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

Shades of Bouquet #B4659E

Tints of Bouquet #B4659E

Color information

#B4659E (or 0xB4659E) is unknown color: approx Bouquet. HEX triplet: B4, 65 and 9E. RGB value is (180,101,158). Sum of RGB (Red+Green+Blue) = 180+101+158=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B4659E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4659E is #4B9A61. Grayscale: #828282. Windows color (decimal): -4954722 or 10380724. OLE color: 10380724.

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

Color convert

RGB180101158-
CMYK00.440.120.29
HSL316.71º34.5%55.1%-
HSV(B)316.71º43.89%70.59%-
XYZ29.6521.4834.93-
YUV131.12143.17162.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 101 (39.84% from 255) = 23.01%
BLUE value IS 158 (62.11% from 255) = 35.99%
R=41.00%
G=23.01%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010115800.440.120.29316.7134.555.1
HexB4659E02CC1D13d2237
Octal26414523605414354754267
Binary101101001100101100111100101100110011101100111101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4659E; }

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

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

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

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

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

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

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

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