#B46FA2

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

Shades of Bouquet #B46FA2

Tints of Bouquet #B46FA2

Color information

#B46FA2 (or 0xB46FA2) is unknown color: approx Bouquet. HEX triplet: B4, 6F and A2. RGB value is (180,111,162). Sum of RGB (Red+Green+Blue) = 180+111+162=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B46FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46FA2 is #4B905D. Grayscale: #898989. Windows color (decimal): -4952158 or 10645428. OLE color: 10645428.

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

Color convert

RGB180111162-
CMYK00.380.10.29
HSL315.65º31.51%57.06%-
HSV(B)315.65º38.33%70.59%-
XYZ31.0323.6837.12-
YUV137.44141.86158.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 111 (43.75% from 255) = 24.50%
BLUE value IS 162 (63.67% from 255) = 35.76%
R=39.74%
G=24.50%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011116200.380.10.29315.6531.5157.06
HexB46FA2026A1D13c2039
Octal26415724204612354744071
Binary101101001101111101000100100110101011101100111100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46FA2; }

 p { color: rgb(180,111,162); }

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

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

 a { background-color: rgb(180,111,162); }

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

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

 span { border-color: rgb(180,111,162); }

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