#B12EB3

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

Shades of Fuchsia #B12EB3

Tints of Fuchsia #B12EB3

Color information

#B12EB3 (or 0xB12EB3) is unknown color: approx Fuchsia. HEX triplet: B1, 2E and B3. RGB value is (177,46,179). Sum of RGB (Red+Green+Blue) = 177+46+179=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 179 - color contains mainly: blue. Hex color #B12EB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12EB3 is #4ED14C. Grayscale: #636363. Windows color (decimal): -5165389 or 11742897. OLE color: 11742897.

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

Color convert

RGB17746179-
CMYK0.010.7400.30
HSL299.1º59.11%44.12%-
HSV(B)299.1º74.3%70.2%-
XYZ27.2514.5644.02-
YUV100.33172.4182.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.03%
GREEN value IS 46 (18.36% from 255) = 11.44%
BLUE value IS 179 (70.31% from 255) = 44.53%
R=44.03%
G=11.44%
B=44.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal177461790.010.7400.30299.159.1144.12
HexB12EB314A01E12b3b2c
Octal2615626311120364537354
Binary101100011011101011001111001010011110100101011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12EB3; }

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

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

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

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

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

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

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

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