#B23FAC

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

Shades of Fuchsia #B23FAC

Tints of Fuchsia #B23FAC

Color information

#B23FAC (or 0xB23FAC) is unknown color: approx Fuchsia. HEX triplet: B2, 3F and AC. RGB value is (178,63,172). Sum of RGB (Red+Green+Blue) = 178+63+172=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B23FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23FAC is #4DC053. Grayscale: #6D6D6D. Windows color (decimal): -5095508 or 11288498. OLE color: 11288498.

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

Color convert

RGB17863172-
CMYK00.650.030.30
HSL303.13º47.72%47.25%-
HSV(B)303.13º64.61%69.8%-
XYZ27.581640.66-
YUV109.81163.1176.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 63 (25% from 255) = 15.25%
BLUE value IS 172 (67.58% from 255) = 41.65%
R=43.10%
G=15.25%
B=41.65%

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
Decimal1786317200.650.030.30303.1347.7247.25
HexB23FAC04131E12f302f
Octal2627725401013364576057
Binary1011001011111110101100010000011111110100101111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23FAC; }

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

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

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

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

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

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

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

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