#B479A7

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

Shades of Bouquet #B479A7

Tints of Bouquet #B479A7

Color information

#B479A7 (or 0xB479A7) is unknown color: approx Bouquet. HEX triplet: B4, 79 and A7. RGB value is (180,121,167). Sum of RGB (Red+Green+Blue) = 180+121+167=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B479A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B479A7 is #4B8658. Grayscale: #8F8F8F. Windows color (decimal): -4949593 or 10975668. OLE color: 10975668.

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

Color convert

RGB180121167-
CMYK00.330.070.29
HSL313.22º28.23%59.02%-
HSV(B)313.22º32.78%70.59%-
XYZ32.6326.1739.89-
YUV143.89141.05153.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.46%
GREEN value IS 121 (47.66% from 255) = 25.85%
BLUE value IS 167 (65.62% from 255) = 35.68%
R=38.46%
G=25.85%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012116700.330.070.29313.2228.2359.02
HexB479A702171D1391c3b
Octal2641712470417354713473
Binary1011010011110011010011101000011111110110011100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B479A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B479A7; }

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

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

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

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

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

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

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

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