#B47BA7

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

Shades of Bouquet #B47BA7

Tints of Bouquet #B47BA7

Color information

#B47BA7 (or 0xB47BA7) is unknown color: approx Bouquet. HEX triplet: B4, 7B and A7. RGB value is (180,123,167). Sum of RGB (Red+Green+Blue) = 180+123+167=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 167 (65.62% from 255 or 35.53% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B47BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47BA7 is #4B8458. Grayscale: #909090. Windows color (decimal): -4949081 or 10976180. OLE color: 10976180.

HSL color Cylindrical-coordinate representation of color #B47BA7: hue angle of 313.68º 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 #B47BA7 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB180123167-
CMYK00.320.070.29
HSL313.68º27.54%59.41%-
HSV(B)313.68º31.67%70.59%-
XYZ32.8826.6639.97-
YUV145.06140.38152.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 123 (48.44% from 255) = 26.17%
BLUE value IS 167 (65.62% from 255) = 35.53%
R=38.30%
G=26.17%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012316700.320.070.29313.6827.5459.41
HexB47BA702071D13a1c3b
Octal2641732470407354723473
Binary1011010011110111010011101000001111110110011101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47BA7; }

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

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

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

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

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

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

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

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