Html Css Color HEX #B143AA Fuchsia

📋 copy color: '#B143AA'

red 177 ◦ green 67 ◦ blue 170

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

Shades of Fuchsia #B143AA

Tints of Fuchsia #B143AA

RGB

 RED value IS 177 (69.53% from 255) = 42.75%

 GREEN value IS 67 (26.56% from 255) = 16.18%

 BLUE value IS 170 (66.8% from 255) = 41.06%

R = 42.75%
G = 16.18%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B143AA (or 0xB143AA) is known color: Fuchsia. HEX triplet: B1, 43 and AA. RGB value is (177,67,170). Sum of RGB (Red+Green+Blue) = 177+67+170=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 67 (26.56% from 255 or 16.18% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B143AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B143AA is #4EBC55. Grayscale: #6F6F6F. Windows color (decimal): -5160022 or 11158449. OLE color: 11158449.

HSL color Cylindrical-coordinate representation of color #B143AA: hue angle of 303.82º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B143AA is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 67 170 -
CMYK 0 0.62 0.04 0.31
HSL 303.82º 0.45% 0.48% -
HSV(B) 303.82º 0.62% 0.69% -
XYZ 27.39 16.26 39.73 -
YUV 111.63 160.94 174.62 -
System Red Green Blue C M Y K H S L
Decimal 177 67 170 0 0.62 0.04 0.31 303.82 0.45 0.48
Hex B1 43 AA 0 3E 4 1F 130 2D 30
Octal 261 103 252 0 76 4 37 460 55 60
Binary 10110001 1000011 10101010 0 111110 100 11111 100110000 101101 110000

Color Harmonies of #B143AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B143AA

Black with #B143AA

Text Example


Text Example

White with #B143AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B143AA; }

 p { color: rgb(177,67,170); }

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

background-color css

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

 a { background-color: rgb(177,67,170); }

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

border-color css

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

 span { border-color: rgb(177,67,170); }

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