#B441B9

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

Shades of Fuchsia #B441B9

Tints of Fuchsia #B441B9

Color information

#B441B9 (or 0xB441B9) is unknown color: approx Fuchsia. HEX triplet: B4, 41 and B9. RGB value is (180,65,185). Sum of RGB (Red+Green+Blue) = 180+65+185=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 185 - color contains mainly: blue. Hex color #B441B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B441B9 is #4BBE46. Grayscale: #707070. Windows color (decimal): -4963911 or 12140980. OLE color: 12140980.

HSL color Cylindrical-coordinate representation of color #B441B9: hue angle of 297.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B441B9 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18065185-
CMYK0.030.6500.27
HSL297.5º48%49.02%-
HSV(B)297.5º64.86%72.55%-
XYZ29.4716.9947.62-
YUV113.06168.6175.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 65 (25.78% from 255) = 15.12%
BLUE value IS 185 (72.66% from 255) = 43.02%
R=41.86%
G=15.12%
B=43.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180651850.030.6500.27297.54849.02
HexB441B934101B12a3031
Octal26410127131010334526061
Binary10110100100000110111001111000001011011100101010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B441B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B441B9; }

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

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

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

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

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

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

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

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