#B43EBC

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

Shades of Fuchsia #B43EBC

Tints of Fuchsia #B43EBC

Color information

#B43EBC (or 0xB43EBC) is unknown color: approx Fuchsia. HEX triplet: B4, 3E and BC. RGB value is (180,62,188). Sum of RGB (Red+Green+Blue) = 180+62+188=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 62 (24.61% from 255 or 14.42% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #B43EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43EBC is #4BC143. Grayscale: #6F6F6F. Windows color (decimal): -4964676 or 12336820. OLE color: 12336820.

HSL color Cylindrical-coordinate representation of color #B43EBC: hue angle of 296.19º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B43EBC is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18062188-
CMYK0.040.6700.26
HSL296.19º50.4%49.02%-
HSV(B)296.19º67.02%73.73%-
XYZ29.6216.7849.25-
YUV111.65171.09176.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 62 (24.61% from 255) = 14.42%
BLUE value IS 188 (73.83% from 255) = 43.72%
R=41.86%
G=14.42%
B=43.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180621880.040.6700.26296.1950.449.02
HexB43EBC44301A1283231
Octal2647627441030324506261
Binary10110100111110101111001001000011011010100101000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43EBC; }

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

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

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

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

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

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

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

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