#B43FB0

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

Shades of Fuchsia #B43FB0

Tints of Fuchsia #B43FB0

Color information

#B43FB0 (or 0xB43FB0) is unknown color: approx Fuchsia. HEX triplet: B4, 3F and B0. RGB value is (180,63,176). Sum of RGB (Red+Green+Blue) = 180+63+176=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B43FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43FB0 is #4BC04F. Grayscale: #6E6E6E. Windows color (decimal): -4964432 or 11550644. OLE color: 11550644.

HSL color Cylindrical-coordinate representation of color #B43FB0: hue angle of 302.05º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B43FB0 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB18063176-
CMYK00.650.020.29
HSL302.05º48.15%47.65%-
HSV(B)302.05º65%70.59%-
XYZ28.4416.3942.74-
YUV110.86164.76177.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 63 (25% from 255) = 15.04%
BLUE value IS 176 (69.14% from 255) = 42.00%
R=42.96%
G=15.04%
B=42.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806317600.650.020.29302.0548.1547.65
HexB43FB004121D12e3030
Octal2647726001012354566060
Binary1011010011111110110000010000011011101100101110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43FB0; }

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

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

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

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

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

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

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

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