#B441C1

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

Shades of Fuchsia #B441C1

Tints of Fuchsia #B441C1

Color information

#B441C1 (or 0xB441C1) is unknown color: approx Fuchsia. HEX triplet: B4, 41 and C1. RGB value is (180,65,193). Sum of RGB (Red+Green+Blue) = 180+65+193=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #B441C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B441C1 is #4BBE3E. Grayscale: #717171. Windows color (decimal): -4963903 or 12665268. OLE color: 12665268.

HSL color Cylindrical-coordinate representation of color #B441C1: hue angle of 293.91º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B441C1 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18065193-
CMYK0.070.6600.24
HSL293.91º50.79%50.59%-
HSV(B)293.91º66.32%75.69%-
XYZ30.3417.3352.2-
YUV113.98172.6175.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 65 (25.78% from 255) = 14.84%
BLUE value IS 193 (75.78% from 255) = 44.06%
R=41.10%
G=14.84%
B=44.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal180651930.070.6600.24293.9150.7950.59
HexB441C17420181263333
Octal26410130171020304466363
Binary101101001000001110000011111000010011000100100110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B441C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B441C1; }

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

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

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

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

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

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

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

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