#B46BA4

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

Shades of Bouquet #B46BA4

Tints of Bouquet #B46BA4

Color information

#B46BA4 (or 0xB46BA4) is unknown color: approx Bouquet. HEX triplet: B4, 6B and A4. RGB value is (180,107,164). Sum of RGB (Red+Green+Blue) = 180+107+164=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 164 (64.45% from 255 or 36.36% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B46BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46BA4 is #4B945B. Grayscale: #878787. Windows color (decimal): -4953180 or 10775476. OLE color: 10775476.

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

Color convert

RGB180107164-
CMYK00.410.090.29
HSL313.15º32.74%56.27%-
HSV(B)313.15º40.56%70.59%-
XYZ30.7822.937.92-
YUV135.32144.18159.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 107 (42.19% from 255) = 23.73%
BLUE value IS 164 (64.45% from 255) = 36.36%
R=39.91%
G=23.73%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010716400.410.090.29313.1532.7456.27
HexB46BA402991D1392138
Octal26415324405111354714170
Binary101101001101011101001000101001100111101100111001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46BA4; }

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

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

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

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

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

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

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

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