#B478A5

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

Shades of Bouquet #B478A5

Tints of Bouquet #B478A5

Color information

#B478A5 (or 0xB478A5) is unknown color: approx Bouquet. HEX triplet: B4, 78 and A5. RGB value is (180,120,165). Sum of RGB (Red+Green+Blue) = 180+120+165=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B478A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B478A5 is #4B875A. Grayscale: #8E8E8E. Windows color (decimal): -4949851 or 10844340. OLE color: 10844340.

HSL color Cylindrical-coordinate representation of color #B478A5: hue angle of 315º degrees, saturation: 0.29, 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 #B478A5 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB180120165-
CMYK00.330.080.29
HSL315º28.57%58.82%-
HSV(B)315º33.33%70.59%-
XYZ32.3325.8538.88-
YUV143.07140.38154.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 120 (47.27% from 255) = 25.81%
BLUE value IS 165 (64.84% from 255) = 35.48%
R=38.71%
G=25.81%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012016500.330.080.2931528.5758.82
HexB478A502181D13b1d3b
Octal26417024504110354733573
Binary10110100111100010100101010000110001110110011101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B478A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B478A5; }

 p { color: rgb(180,120,165); }

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

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

 a { background-color: rgb(180,120,165); }

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

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

 span { border-color: rgb(180,120,165); }

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