#b43ac0

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

Shades of Fuchsia #B43AC0

Tints of Fuchsia #B43AC0

Color information

#B43AC0 (or 0xB43AC0) is unknown color: approx Fuchsia. HEX triplet: B4, 3A and C0. RGB value is (180,58,192). Sum of RGB (Red+Green+Blue) = 180+58+192=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 192 - color contains mainly: blue. Hex color #B43AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43AC0 is #4BC53F. Grayscale: #6D6D6D. Windows color (decimal): -4965696 or 12597940. OLE color: 12597940.

HSL color Cylindrical-coordinate representation of color #B43AC0: hue angle of 294.63º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B43AC0 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18058192-
CMYK0.060.7000.25
HSL294.63º53.6%49.02%-
HSV(B)294.63º69.79%75.29%-
XYZ29.8516.5451.49-
YUV109.75174.42178.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 58 (23.05% from 255) = 13.49%
BLUE value IS 192 (75.39% from 255) = 44.65%
R=41.86%
G=13.49%
B=44.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180581920.060.7000.25294.6353.649.02
HexB43AC06460191273631
Octal2647230061060314476661
Binary10110100111010110000001101000110011001100100111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b43ac0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b43ac0; }

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

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

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

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

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

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

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

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