#B43ABE

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

Shades of Fuchsia #B43ABE

Tints of Fuchsia #B43ABE

Color information

#B43ABE (or 0xB43ABE) is unknown color: approx Fuchsia. HEX triplet: B4, 3A and BE. RGB value is (180,58,190). Sum of RGB (Red+Green+Blue) = 180+58+190=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 58 (23.05% from 255 or 13.55% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #B43ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43ABE is #4BC541. Grayscale: #6D6D6D. Windows color (decimal): -4965698 or 12466868. OLE color: 12466868.

HSL color Cylindrical-coordinate representation of color #B43ABE: hue angle of 295.45º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B43ABE is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18058190-
CMYK0.050.6900.25
HSL295.45º53.23%48.63%-
HSV(B)295.45º69.47%74.51%-
XYZ29.6316.4550.33-
YUV109.53173.42178.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 58 (23.05% from 255) = 13.55%
BLUE value IS 190 (74.61% from 255) = 44.39%
R=42.06%
G=13.55%
B=44.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180581900.050.6900.25295.4553.2348.63
HexB43ABE5450191273531
Octal2647227651050314476561
Binary10110100111010101111101011000101011001100100111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43ABE; }

 p { color: rgb(180,58,190); }

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

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

 a { background-color: rgb(180,58,190); }

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

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

 span { border-color: rgb(180,58,190); }

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