#B478A4

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

Shades of Bouquet #B478A4

Tints of Bouquet #B478A4

Color information

#B478A4 (or 0xB478A4) is unknown color: approx Bouquet. HEX triplet: B4, 78 and A4. RGB value is (180,120,164). Sum of RGB (Red+Green+Blue) = 180+120+164=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B478A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B478A4 is #4B875B. Grayscale: #8E8E8E. Windows color (decimal): -4949852 or 10778804. OLE color: 10778804.

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

Color convert

RGB180120164-
CMYK00.330.090.29
HSL316º28.57%58.82%-
HSV(B)316º33.33%70.59%-
XYZ32.2425.8238.41-
YUV142.96139.88154.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 120 (47.27% from 255) = 25.86%
BLUE value IS 164 (64.45% from 255) = 35.34%
R=38.79%
G=25.86%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012016400.330.090.2931628.5758.82
HexB478A402191D13c1d3b
Octal26417024404111354743573
Binary10110100111100010100100010000110011110110011110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B478A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B478A4; }

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

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

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

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

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

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

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

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