#B13EAC

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

Shades of Fuchsia #B13EAC

Tints of Fuchsia #B13EAC

Color information

#B13EAC (or 0xB13EAC) is unknown color: approx Fuchsia. HEX triplet: B1, 3E and AC. RGB value is (177,62,172). Sum of RGB (Red+Green+Blue) = 177+62+172=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 62 (24.61% from 255 or 15.09% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B13EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13EAC is #4EC153. Grayscale: #6C6C6C. Windows color (decimal): -5161300 or 11288241. OLE color: 11288241.

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

Color convert

RGB17762172-
CMYK00.650.030.31
HSL302.61º48.12%46.86%-
HSV(B)302.61º64.97%69.41%-
XYZ27.315.7740.63-
YUV108.92163.6176.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 62 (24.61% from 255) = 15.09%
BLUE value IS 172 (67.58% from 255) = 41.85%
R=43.07%
G=15.09%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776217200.650.030.31302.6148.1246.86
HexB13EAC04131F12f302f
Octal2617625401013374576057
Binary1011000111111010101100010000011111111100101111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13EAC; }

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

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

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

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

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

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

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

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