#b473a8

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

Shades of Bouquet #B473A8

Tints of Bouquet #B473A8

Color information

#B473A8 (or 0xB473A8) is unknown color: approx Bouquet. HEX triplet: B4, 73 and A8. RGB value is (180,115,168). Sum of RGB (Red+Green+Blue) = 180+115+168=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B473A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B473A8 is #4B8C57. Grayscale: #8C8C8C. Windows color (decimal): -4951128 or 11039668. OLE color: 11039668.

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

Color convert

RGB180115168-
CMYK00.360.070.29
HSL311.08º30.23%57.84%-
HSV(B)311.08º36.11%70.59%-
XYZ32.0224.7940.14-
YUV140.48143.53156.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 115 (45.31% from 255) = 24.84%
BLUE value IS 168 (66.02% from 255) = 36.29%
R=38.88%
G=24.84%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011516800.360.070.29311.0830.2357.84
HexB473A802471D1371e3a
Octal2641632500447354673672
Binary1011010011100111010100001001001111110110011011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b473a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b473a8; }

 p { color: rgb(180,115,168); }

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

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

 a { background-color: rgb(180,115,168); }

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

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

 span { border-color: rgb(180,115,168); }

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