#B43EB2

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

Shades of Fuchsia #B43EB2

Tints of Fuchsia #B43EB2

Color information

#B43EB2 (or 0xB43EB2) is unknown color: approx Fuchsia. HEX triplet: B4, 3E and B2. RGB value is (180,62,178). Sum of RGB (Red+Green+Blue) = 180+62+178=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B43EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43EB2 is #4BC14D. Grayscale: #6E6E6E. Windows color (decimal): -4964686 or 11681460. OLE color: 11681460.

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

Color convert

RGB18062178-
CMYK00.660.010.29
HSL301.02º48.76%47.45%-
HSV(B)301.02º65.56%70.59%-
XYZ28.5816.3643.77-
YUV110.51166.09177.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 62 (24.61% from 255) = 14.76%
BLUE value IS 178 (69.92% from 255) = 42.38%
R=42.86%
G=14.76%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806217800.660.010.29301.0248.7647.45
HexB43EB204211D12d312f
Octal2647626201021354556157
Binary101101001111101011001001000010111101100101101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43EB2; }

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

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

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

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

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

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

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

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