#B476A3

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

Shades of Bouquet #B476A3

Tints of Bouquet #B476A3

Color information

#B476A3 (or 0xB476A3) is unknown color: approx Bouquet. HEX triplet: B4, 76 and A3. RGB value is (180,118,163). Sum of RGB (Red+Green+Blue) = 180+118+163=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B476A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B476A3 is #4B895C. Grayscale: #8D8D8D. Windows color (decimal): -4950365 or 10712756. OLE color: 10712756.

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

Color convert

RGB180118163-
CMYK00.340.090.29
HSL316.45º29.25%58.43%-
HSV(B)316.45º34.44%70.59%-
XYZ31.9125.337.85-
YUV141.67140.04155.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 118 (46.48% from 255) = 25.60%
BLUE value IS 163 (64.06% from 255) = 35.36%
R=39.05%
G=25.60%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011816300.340.090.29316.4529.2558.43
HexB476A302291D13c1d3a
Octal26416624304211354743572
Binary10110100111011010100011010001010011110110011110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B476A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B476A3; }

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

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

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

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

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

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

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

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