#B47BA4

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

Shades of Bouquet #B47BA4

Tints of Bouquet #B47BA4

Color information

#B47BA4 (or 0xB47BA4) is unknown color: approx Bouquet. HEX triplet: B4, 7B and A4. RGB value is (180,123,164). Sum of RGB (Red+Green+Blue) = 180+123+164=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B47BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47BA4 is #4B845B. Grayscale: #909090. Windows color (decimal): -4949084 or 10779572. OLE color: 10779572.

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

Color convert

RGB180123164-
CMYK00.320.090.29
HSL316.84º27.54%59.41%-
HSV(B)316.84º31.67%70.59%-
XYZ32.6126.5538.53-
YUV144.72138.88153.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 123 (48.44% from 255) = 26.34%
BLUE value IS 164 (64.45% from 255) = 35.12%
R=38.54%
G=26.34%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012316400.320.090.29316.8427.5459.41
HexB47BA402091D13d1c3b
Octal26417324404011354753473
Binary10110100111101110100100010000010011110110011110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47BA4; }

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

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

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

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

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

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

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

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