#B46EA4

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

Shades of Bouquet #B46EA4

Tints of Bouquet #B46EA4

Color information

#B46EA4 (or 0xB46EA4) is unknown color: approx Bouquet. HEX triplet: B4, 6E and A4. RGB value is (180,110,164). Sum of RGB (Red+Green+Blue) = 180+110+164=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B46EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46EA4 is #4B915B. Grayscale: #888888. Windows color (decimal): -4952412 or 10776244. OLE color: 10776244.

HSL color Cylindrical-coordinate representation of color #B46EA4: hue angle of 313.71º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B46EA4 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB180110164-
CMYK00.390.090.29
HSL313.71º31.82%56.86%-
HSV(B)313.71º38.89%70.59%-
XYZ31.123.5438.03-
YUV137.09143.19158.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.65%
GREEN value IS 110 (43.36% from 255) = 24.23%
BLUE value IS 164 (64.45% from 255) = 36.12%
R=39.65%
G=24.23%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011016400.390.090.29313.7131.8256.86
HexB46EA402791D13a2039
Octal26415624404711354724071
Binary101101001101110101001000100111100111101100111010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46EA4; }

 p { color: rgb(180,110,164); }

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

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

 a { background-color: rgb(180,110,164); }

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

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

 span { border-color: rgb(180,110,164); }

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