#B441A7

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

Shades of Fuchsia #B441A7

Tints of Fuchsia #B441A7

Color information

#B441A7 (or 0xB441A7) is unknown color: approx Fuchsia. HEX triplet: B4, 41 and A7. RGB value is (180,65,167). Sum of RGB (Red+Green+Blue) = 180+65+167=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 167 (65.62% from 255 or 40.53% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B441A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B441A7 is #4BBE58. Grayscale: #6E6E6E. Windows color (decimal): -4963929 or 10961332. OLE color: 10961332.

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

Color convert

RGB18065167-
CMYK00.640.070.29
HSL306.78º46.94%48.04%-
HSV(B)306.78º63.89%70.59%-
XYZ27.6916.2738.24-
YUV111.01159.6177.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.69%
GREEN value IS 65 (25.78% from 255) = 15.78%
BLUE value IS 167 (65.62% from 255) = 40.53%
R=43.69%
G=15.78%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806516700.640.070.29306.7846.9448.04
HexB441A704071D1332f30
Octal26410124701007354635760
Binary101101001000001101001110100000011111101100110011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B441A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B441A7; }

 p { color: rgb(180,65,167); }

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

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

 a { background-color: rgb(180,65,167); }

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

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

 span { border-color: rgb(180,65,167); }

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