#B47CA6

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

Shades of Bouquet #B47CA6

Tints of Bouquet #B47CA6

Color information

#B47CA6 (or 0xB47CA6) is unknown color: approx Bouquet. HEX triplet: B4, 7C and A6. RGB value is (180,124,166). Sum of RGB (Red+Green+Blue) = 180+124+166=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 166 (65.23% from 255 or 35.32% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B47CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47CA6 is #4B8359. Grayscale: #919191. Windows color (decimal): -4948826 or 10910900. OLE color: 10910900.

HSL color Cylindrical-coordinate representation of color #B47CA6: hue angle of 315º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B47CA6 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB180124166-
CMYK00.310.080.29
HSL315º27.18%59.61%-
HSV(B)315º31.11%70.59%-
XYZ32.9126.8739.53-
YUV145.53139.55152.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 124 (48.83% from 255) = 26.38%
BLUE value IS 166 (65.23% from 255) = 35.32%
R=38.30%
G=26.38%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012416600.310.080.2931527.1859.61
HexB47CA601F81D13b1b3c
Octal26417424603710354733374
Binary1011010011111001010011001111110001110110011101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47CA6; }

 p { color: rgb(180,124,166); }

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

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

 a { background-color: rgb(180,124,166); }

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

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

 span { border-color: rgb(180,124,166); }

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