#B13FAE

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

Shades of Fuchsia #B13FAE

Tints of Fuchsia #B13FAE

Color information

#B13FAE (or 0xB13FAE) is unknown color: approx Fuchsia. HEX triplet: B1, 3F and AE. RGB value is (177,63,174). Sum of RGB (Red+Green+Blue) = 177+63+174=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B13FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13FAE is #4EC051. Grayscale: #6D6D6D. Windows color (decimal): -5161042 or 11419569. OLE color: 11419569.

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

Color convert

RGB17763174-
CMYK00.640.020.31
HSL301.58º47.5%47.06%-
HSV(B)301.58º64.41%69.41%-
XYZ27.5515.9641.67-
YUV109.74164.27175.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.75%
GREEN value IS 63 (25% from 255) = 15.22%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=42.75%
G=15.22%
B=42.03%

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
Decimal1776317400.640.020.31301.5847.547.06
HexB13FAE04021F12e302f
Octal2617725601002374566057
Binary1011000111111110101110010000001011111100101110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13FAE; }

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

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

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

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

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

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

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

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