#B43EC0

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

Shades of Fuchsia #B43EC0

Tints of Fuchsia #B43EC0

Color information

#B43EC0 (or 0xB43EC0) is unknown color: approx Fuchsia. HEX triplet: B4, 3E and C0. RGB value is (180,62,192). Sum of RGB (Red+Green+Blue) = 180+62+192=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #B43EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43EC0 is #4BC13F. Grayscale: #6F6F6F. Windows color (decimal): -4964672 or 12598964. OLE color: 12598964.

HSL color Cylindrical-coordinate representation of color #B43EC0: hue angle of 294.46º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B43EC0 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18062192-
CMYK0.060.6800.25
HSL294.46º51.18%49.8%-
HSV(B)294.46º67.71%75.29%-
XYZ30.0616.9551.56-
YUV112.1173.09176.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 62 (24.61% from 255) = 14.29%
BLUE value IS 192 (75.39% from 255) = 44.24%
R=41.47%
G=14.29%
B=44.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180621920.060.6800.25294.4651.1849.8
HexB43EC06440191263332
Octal2647630061040314466362
Binary10110100111110110000001101000100011001100100110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43EC0; }

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

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

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

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

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

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

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

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