#B040A9

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

Shades of Fuchsia #B040A9

Tints of Fuchsia #B040A9

Color information

#B040A9 (or 0xB040A9) is unknown color: approx Fuchsia. HEX triplet: B0, 40 and A9. RGB value is (176,64,169). Sum of RGB (Red+Green+Blue) = 176+64+169=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 169 (66.41% from 255 or 41.32% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B040A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B040A9 is #4FBF56. Grayscale: #6D6D6D. Windows color (decimal): -5226327 or 11092144. OLE color: 11092144.

HSL color Cylindrical-coordinate representation of color #B040A9: hue angle of 303.75º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B040A9 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB17664169-
CMYK00.640.040.31
HSL303.75º46.67%47.06%-
HSV(B)303.75º63.64%69.02%-
XYZ26.915.7639.16-
YUV109.46161.61175.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 64 (25.39% from 255) = 15.65%
BLUE value IS 169 (66.41% from 255) = 41.32%
R=43.03%
G=15.65%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766416900.640.040.31303.7546.6747.06
HexB040A904041F1302f2f
Octal26010025101004374605757
Binary101100001000000101010010100000010011111100110000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B040A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B040A9; }

 p { color: rgb(176,64,169); }

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

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

 a { background-color: rgb(176,64,169); }

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

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

 span { border-color: rgb(176,64,169); }

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