#B334AC

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

Shades of Fuchsia #B334AC

Tints of Fuchsia #B334AC

Color information

#B334AC (or 0xB334AC) is unknown color: approx Fuchsia. HEX triplet: B3, 34 and AC. RGB value is (179,52,172). Sum of RGB (Red+Green+Blue) = 179+52+172=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B334AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B334AC is #4CCB53. Grayscale: #676767. Windows color (decimal): -5032788 or 11285683. OLE color: 11285683.

HSL color Cylindrical-coordinate representation of color #B334AC: hue angle of 303.31º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B334AC is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB17952172-
CMYK00.710.040.30
HSL303.31º54.98%45.29%-
HSV(B)303.31º70.95%70.2%-
XYZ27.2615.0240.49-
YUV103.65166.58181.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.42%
GREEN value IS 52 (20.70% from 255) = 12.90%
BLUE value IS 172 (67.58% from 255) = 42.68%
R=44.42%
G=12.90%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795217200.710.040.30303.3154.9845.29
HexB334AC04741E12f372d
Octal2636425401074364576755
Binary10110011110100101011000100011110011110100101111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B334AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B334AC; }

 p { color: rgb(179,52,172); }

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

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

 a { background-color: rgb(179,52,172); }

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

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

 span { border-color: rgb(179,52,172); }

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