#B441B2

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

Shades of Fuchsia #B441B2

Tints of Fuchsia #B441B2

Color information

#B441B2 (or 0xB441B2) is unknown color: approx Fuchsia. HEX triplet: B4, 41 and B2. RGB value is (180,65,178). Sum of RGB (Red+Green+Blue) = 180+65+178=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B441B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B441B2 is #4BBE4D. Grayscale: #6F6F6F. Windows color (decimal): -4963918 or 11682228. OLE color: 11682228.

HSL color Cylindrical-coordinate representation of color #B441B2: hue angle of 301.04º 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 #B441B2 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18065178-
CMYK00.640.010.29
HSL301.04º46.94%48.04%-
HSV(B)301.04º63.89%70.59%-
XYZ28.7516.743.83-
YUV112.27165.1176.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 65 (25.78% from 255) = 15.37%
BLUE value IS 178 (69.92% from 255) = 42.08%
R=42.55%
G=15.37%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806517800.640.010.29301.0446.9448.04
HexB441B204011D12d2f30
Octal26410126201001354555760
Binary1011010010000011011001001000000111101100101101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B441B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B441B2; }

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

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

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

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

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

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

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

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