#B143AE

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

Shades of Fuchsia #B143AE

Tints of Fuchsia #B143AE

Color information

#B143AE (or 0xB143AE) is unknown color: approx Fuchsia. HEX triplet: B1, 43 and AE. RGB value is (177,67,174). Sum of RGB (Red+Green+Blue) = 177+67+174=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 67 (26.56% from 255 or 16.03% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B143AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B143AE is #4EBC51. Grayscale: #6F6F6F. Windows color (decimal): -5160018 or 11420593. OLE color: 11420593.

HSL color Cylindrical-coordinate representation of color #B143AE: hue angle of 301.64º 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 #B143AE is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17767174-
CMYK00.620.020.31
HSL301.64º45.08%47.84%-
HSV(B)301.64º62.15%69.41%-
XYZ27.7816.4241.75-
YUV112.09162.94174.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.34%
GREEN value IS 67 (26.56% from 255) = 16.03%
BLUE value IS 174 (68.36% from 255) = 41.63%
R=42.34%
G=16.03%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776717400.620.020.31301.6445.0847.84
HexB143AE03E21F12e2d30
Octal2611032560762374565560
Binary1011000110000111010111001111101011111100101110101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B143AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B143AE; }

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

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

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

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

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

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

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

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