#B43FBC

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

Shades of Fuchsia #B43FBC

Tints of Fuchsia #B43FBC

Color information

#B43FBC (or 0xB43FBC) is unknown color: approx Fuchsia. HEX triplet: B4, 3F and BC. RGB value is (180,63,188). Sum of RGB (Red+Green+Blue) = 180+63+188=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #B43FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43FBC is #4BC043. Grayscale: #6F6F6F. Windows color (decimal): -4964420 or 12337076. OLE color: 12337076.

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

Color convert

RGB18063188-
CMYK0.040.6600.26
HSL296.16º49.8%49.22%-
HSV(B)296.16º66.49%73.73%-
XYZ29.6816.8949.27-
YUV112.23170.76176.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 63 (25% from 255) = 14.62%
BLUE value IS 188 (73.83% from 255) = 43.62%
R=41.76%
G=14.62%
B=43.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180631880.040.6600.26296.1649.849.22
HexB43FBC44201A1283231
Octal2647727441020324506261
Binary10110100111111101111001001000010011010100101000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43FBC; }

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

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

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

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

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

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

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

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