Html Css Color HEX #B43FA9 Fuchsia

📋 copy color: '#B43FA9'

red 180 ◦ green 63 ◦ blue 169

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

Shades of Fuchsia #B43FA9

Tints of Fuchsia #B43FA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 41.02%

R = 43.69%
G = 15.29%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B43FA9 (or 0xB43FA9) is known color: Fuchsia. HEX triplet: B4, 3F and A9. RGB value is (180,63,169). Sum of RGB (Red+Green+Blue) = 180+63+169=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 169 (66.41% from 255 or 41.02% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B43FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43FA9 is #4BC056. Grayscale: #6D6D6D. Windows color (decimal): -4964439 or 11091892. OLE color: 11091892.

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

Color convert

RGB 180 63 169 -
CMYK 0 0.65 0.06 0.29
HSL 305.64º 0.48% 0.48% -
HSV(B) 305.64º 0.65% 0.71% -
XYZ 27.76 16.12 39.18 -
YUV 110.07 161.26 177.88 -
System Red Green Blue C M Y K H S L
Decimal 180 63 169 0 0.65 0.06 0.29 305.64 0.48 0.48
Hex B4 3F A9 0 41 6 1D 132 30 30
Octal 264 77 251 0 101 6 35 462 60 60
Binary 10110100 111111 10101001 0 1000001 110 11101 100110010 110000 110000

Color Harmonies of #B43FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43FA9

Black with #B43FA9

Text Example


Text Example

White with #B43FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43FA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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