Html Css Color HEX #B43FAC Fuchsia

📋 copy color: '#B43FAC'

red 180 ◦ green 63 ◦ blue 172

#B43FAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #B43FAC

Tints of Fuchsia #B43FAC

RGB

 RED value IS 180 (70.7% from 255) = 43.37%

 GREEN value IS 63 (25% from 255) = 15.18%

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 43.37%
G = 15.18%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B43FAC (or 0xB43FAC) is known color: Fuchsia. HEX triplet: B4, 3F and AC. RGB value is (180,63,172). Sum of RGB (Red+Green+Blue) = 180+63+172=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B43FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43FAC is #4BC053. Grayscale: #6E6E6E. Windows color (decimal): -4964436 or 11288500. OLE color: 11288500.

HSL color Cylindrical-coordinate representation of color #B43FAC: hue angle of 304.1º 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 #B43FAC is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 63 172 -
CMYK 0 0.65 0.04 0.29
HSL 304.1º 0.48% 0.48% -
HSV(B) 304.1º 0.65% 0.71% -
XYZ 28.05 16.24 40.69 -
YUV 110.41 162.76 177.64 -
System Red Green Blue C M Y K H S L
Decimal 180 63 172 0 0.65 0.04 0.29 304.1 0.48 0.48
Hex B4 3F AC 0 41 4 1D 130 30 30
Octal 264 77 254 0 101 4 35 460 60 60
Binary 10110100 111111 10101100 0 1000001 100 11101 100110000 110000 110000

Color Harmonies of #B43FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43FAC

Black with #B43FAC

Text Example


Text Example

White with #B43FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43FAC; }

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

 H1.HeaderClassName
 {
   color: #B43FAC;
 }
 .AnyTagClassName
 {
   color: #B43FAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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