#B13EAE

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

Shades of Fuchsia #B13EAE

Tints of Fuchsia #B13EAE

Color information

#B13EAE (or 0xB13EAE) is unknown color: approx Fuchsia. HEX triplet: B1, 3E and AE. RGB value is (177,62,174). Sum of RGB (Red+Green+Blue) = 177+62+174=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B13EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13EAE is #4EC151. Grayscale: #6C6C6C. Windows color (decimal): -5161298 or 11419313. OLE color: 11419313.

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

Color convert

RGB17762174-
CMYK00.650.020.31
HSL301.57º48.12%46.86%-
HSV(B)301.57º64.97%69.41%-
XYZ27.4915.8541.65-
YUV109.15164.6176.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.86%
GREEN value IS 62 (24.61% from 255) = 15.01%
BLUE value IS 174 (68.36% from 255) = 42.13%
R=42.86%
G=15.01%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776217400.650.020.31301.5748.1246.86
HexB13EAE04121F12e302f
Octal2617625601012374566057
Binary1011000111111010101110010000011011111100101110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13EAE; }

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

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

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

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

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

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

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

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