Html Css Color HEX #B43AB1 Fuchsia

📋 copy color: '#B43AB1'

red 180 ◦ green 58 ◦ blue 177

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

Shades of Fuchsia #B43AB1

Tints of Fuchsia #B43AB1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.98%

 BLUE value IS 177 (69.53% from 255) = 42.65%

R = 43.37%
G = 13.98%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B43AB1 (or 0xB43AB1) is known color: Fuchsia. HEX triplet: B4, 3A and B1. RGB value is (180,58,177). Sum of RGB (Red+Green+Blue) = 180+58+177=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 58 (23.05% from 255 or 13.98% from 415); Blue value is 177 (69.53% from 255 or 42.65% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B43AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43AB1 is #4BC54E. Grayscale: #6B6B6B. Windows color (decimal): -4965711 or 11614900. OLE color: 11614900.

HSL color Cylindrical-coordinate representation of color #B43AB1: hue angle of 301.48º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B43AB1 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 58 177 -
CMYK 0 0.68 0.02 0.29
HSL 301.48º 0.51% 0.47% -
HSV(B) 301.48º 0.68% 0.71% -
XYZ 28.27 15.9 43.17 -
YUV 108.04 166.92 179.32 -
System Red Green Blue C M Y K H S L
Decimal 180 58 177 0 0.68 0.02 0.29 301.48 0.51 0.47
Hex B4 3A B1 0 44 2 1D 12D 33 2F
Octal 264 72 261 0 104 2 35 455 63 57
Binary 10110100 111010 10110001 0 1000100 10 11101 100101101 110011 101111

Color Harmonies of #B43AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43AB1

Black with #B43AB1

Text Example


Text Example

White with #B43AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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