#B441C3

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

Shades of Fuchsia #B441C3

Tints of Fuchsia #B441C3

Color information

#B441C3 (or 0xB441C3) is unknown color: approx Fuchsia. HEX triplet: B4, 41 and C3. RGB value is (180,65,195). Sum of RGB (Red+Green+Blue) = 180+65+195=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 65 (25.78% from 255 or 14.77% from 440); Blue value is 195 (76.56% from 255 or 44.32% from 440); Max value from RGB is 195 - color contains mainly: blue. Hex color #B441C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B441C3 is #4BBE3C. Grayscale: #717171. Windows color (decimal): -4963901 or 12796340. OLE color: 12796340.

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

Color convert

RGB18065195-
CMYK0.080.6700.24
HSL293.08º52%50.98%-
HSV(B)293.08º66.67%76.47%-
XYZ30.5617.4253.38-
YUV114.2173.6174.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 65 (25.78% from 255) = 14.77%
BLUE value IS 195 (76.56% from 255) = 44.32%
R=40.91%
G=14.77%
B=44.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal180651950.080.6700.24293.085250.98
HexB441C38430181253433
Octal264101303101030304456463
Binary1011010010000011100001110001000011011000100100101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B441C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B441C3; }

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

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

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

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

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

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

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

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