#B47CA3

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

Shades of Bouquet #B47CA3

Tints of Bouquet #B47CA3

Color information

#B47CA3 (or 0xB47CA3) is unknown color: approx Bouquet. HEX triplet: B4, 7C and A3. RGB value is (180,124,163). Sum of RGB (Red+Green+Blue) = 180+124+163=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B47CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47CA3 is #4B835C. Grayscale: #919191. Windows color (decimal): -4948829 or 10714292. OLE color: 10714292.

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

Color convert

RGB180124163-
CMYK00.310.090.29
HSL318.21º27.18%59.61%-
HSV(B)318.21º31.11%70.59%-
XYZ32.6426.7638.1-
YUV145.19138.05152.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 124 (48.83% from 255) = 26.55%
BLUE value IS 163 (64.06% from 255) = 34.90%
R=38.54%
G=26.55%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012416300.310.090.29318.2127.1859.61
HexB47CA301F91D13e1b3c
Octal26417424303711354763374
Binary1011010011111001010001101111110011110110011111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47CA3; }

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

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

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

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

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

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

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

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