#B140AE

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

Shades of Fuchsia #B140AE

Tints of Fuchsia #B140AE

Color information

#B140AE (or 0xB140AE) is unknown color: approx Fuchsia. HEX triplet: B1, 40 and AE. RGB value is (177,64,174). Sum of RGB (Red+Green+Blue) = 177+64+174=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B140AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B140AE is #4EBF51. Grayscale: #6E6E6E. Windows color (decimal): -5160786 or 11419825. OLE color: 11419825.

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

Color convert

RGB17764174-
CMYK00.640.020.31
HSL301.59º46.89%47.25%-
HSV(B)301.59º63.84%69.41%-
XYZ27.616.0741.69-
YUV110.33163.94175.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.65%
GREEN value IS 64 (25.39% from 255) = 15.42%
BLUE value IS 174 (68.36% from 255) = 41.93%
R=42.65%
G=15.42%
B=41.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776417400.640.020.31301.5946.8947.25
HexB140AE04021F12e2f2f
Octal26110025601002374565757
Binary10110001100000010101110010000001011111100101110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B140AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B140AE; }

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

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

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

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

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

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

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

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