#B23EAC

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

Shades of Fuchsia #B23EAC

Tints of Fuchsia #B23EAC

Color information

#B23EAC (or 0xB23EAC) is unknown color: approx Fuchsia. HEX triplet: B2, 3E and AC. RGB value is (178,62,172). Sum of RGB (Red+Green+Blue) = 178+62+172=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 62 (24.61% from 255 or 15.05% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B23EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23EAC is #4DC153. Grayscale: #6C6C6C. Windows color (decimal): -5095764 or 11288242. OLE color: 11288242.

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

Color convert

RGB17862172-
CMYK00.650.030.30
HSL303.1º48.33%47.06%-
HSV(B)303.1º65.17%69.8%-
XYZ27.5315.8940.65-
YUV109.22163.43177.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.20%
GREEN value IS 62 (24.61% from 255) = 15.05%
BLUE value IS 172 (67.58% from 255) = 41.75%
R=43.20%
G=15.05%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786217200.650.030.30303.148.3347.06
HexB23EAC04131E12f302f
Octal2627625401013364576057
Binary1011001011111010101100010000011111110100101111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23EAC; }

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

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

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

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

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

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

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

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