#B43EBA

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

Shades of Fuchsia #B43EBA

Tints of Fuchsia #B43EBA

Color information

#B43EBA (or 0xB43EBA) is unknown color: approx Fuchsia. HEX triplet: B4, 3E and BA. RGB value is (180,62,186). Sum of RGB (Red+Green+Blue) = 180+62+186=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 62 (24.61% from 255 or 14.49% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #B43EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43EBA is #4BC145. Grayscale: #6F6F6F. Windows color (decimal): -4964678 or 12205748. OLE color: 12205748.

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

Color convert

RGB18062186-
CMYK0.030.6700.27
HSL297.1º50%48.63%-
HSV(B)297.1º66.67%72.94%-
XYZ29.4116.6948.13-
YUV111.42170.09176.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 62 (24.61% from 255) = 14.49%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=42.06%
G=14.49%
B=43.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180621860.030.6700.27297.15048.63
HexB43EBA34301B1293231
Octal2647627231030334516261
Binary1011010011111010111010111000011011011100101001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43EBA; }

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

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

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

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

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

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

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

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