#B04AAD

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

Shades of Fuchsia #B04AAD

Tints of Fuchsia #B04AAD

Color information

#B04AAD (or 0xB04AAD) is unknown color: approx Fuchsia. HEX triplet: B0, 4A and AD. RGB value is (176,74,173). Sum of RGB (Red+Green+Blue) = 176+74+173=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B04AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04AAD is #4FB552. Grayscale: #737373. Windows color (decimal): -5223763 or 11356848. OLE color: 11356848.

HSL color Cylindrical-coordinate representation of color #B04AAD: hue angle of 301.76º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B04AAD is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17674173-
CMYK00.580.020.31
HSL301.76º40.8%49.02%-
HSV(B)301.76º57.95%69.02%-
XYZ27.917.1441.37-
YUV115.78160.29170.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.61%
GREEN value IS 74 (29.30% from 255) = 17.49%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=41.61%
G=17.49%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767417300.580.020.31301.7640.849.02
HexB04AAD03A21F12e2931
Octal2601122550722374565161
Binary1011000010010101010110101110101011111100101110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04AAD; }

 p { color: rgb(176,74,173); }

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

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

 a { background-color: rgb(176,74,173); }

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

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

 span { border-color: rgb(176,74,173); }

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