#B141AA

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

Shades of Fuchsia #B141AA

Tints of Fuchsia #B141AA

Color information

#B141AA (or 0xB141AA) is unknown color: approx Fuchsia. HEX triplet: B1, 41 and AA. RGB value is (177,65,170). Sum of RGB (Red+Green+Blue) = 177+65+170=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B141AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B141AA is #4EBE55. Grayscale: #6E6E6E. Windows color (decimal): -5160534 or 11157937. OLE color: 11157937.

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

Color convert

RGB17765170-
CMYK00.630.040.31
HSL303.75º46.28%47.45%-
HSV(B)303.75º63.28%69.41%-
XYZ27.2816.0339.69-
YUV110.46161.61175.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 65 (25.78% from 255) = 15.78%
BLUE value IS 170 (66.80% from 255) = 41.26%
R=42.96%
G=15.78%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776517000.630.040.31303.7546.2847.45
HexB141AA03F41F1302e2f
Octal2611012520774374605657
Binary10110001100000110101010011111110011111100110000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B141AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B141AA; }

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

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

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

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

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

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

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

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