#B141AE

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

Shades of Fuchsia #B141AE

Tints of Fuchsia #B141AE

Color information

#B141AE (or 0xB141AE) is unknown color: approx Fuchsia. HEX triplet: B1, 41 and AE. RGB value is (177,65,174). Sum of RGB (Red+Green+Blue) = 177+65+174=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B141AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B141AE is #4EBE51. Grayscale: #6E6E6E. Windows color (decimal): -5160530 or 11420081. OLE color: 11420081.

HSL color Cylindrical-coordinate representation of color #B141AE: hue angle of 301.61º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B141AE is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17765174-
CMYK00.630.020.31
HSL301.61º46.28%47.45%-
HSV(B)301.61º63.28%69.41%-
XYZ27.6616.1841.71-
YUV110.91163.61175.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.55%
GREEN value IS 65 (25.78% from 255) = 15.62%
BLUE value IS 174 (68.36% from 255) = 41.83%
R=42.55%
G=15.62%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776517400.630.020.31301.6146.2847.45
HexB141AE03F21F12e2e2f
Octal2611012560772374565657
Binary1011000110000011010111001111111011111100101110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B141AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B141AE; }

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

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

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

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

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

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

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

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