#B12EAC

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

Shades of Fuchsia #B12EAC

Tints of Fuchsia #B12EAC

Color information

#B12EAC (or 0xB12EAC) is unknown color: approx Fuchsia. HEX triplet: B1, 2E and AC. RGB value is (177,46,172). Sum of RGB (Red+Green+Blue) = 177+46+172=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 46 (18.36% from 255 or 11.65% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B12EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12EAC is #4ED153. Grayscale: #636363. Windows color (decimal): -5165396 or 11284145. OLE color: 11284145.

HSL color Cylindrical-coordinate representation of color #B12EAC: hue angle of 302.29º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B12EAC is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17746172-
CMYK00.740.030.31
HSL302.29º58.74%43.73%-
HSV(B)302.29º74.01%69.41%-
XYZ26.5514.2840.39-
YUV99.53168.9183.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.81%
GREEN value IS 46 (18.36% from 255) = 11.65%
BLUE value IS 172 (67.58% from 255) = 43.54%
R=44.81%
G=11.65%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774617200.740.030.31302.2958.7443.73
HexB12EAC04A31F12e3b2c
Octal2615625401123374567354
Binary1011000110111010101100010010101111111100101110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12EAC; }

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

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

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

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

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

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

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

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