#B334AD

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

Shades of Fuchsia #B334AD

Tints of Fuchsia #B334AD

Color information

#B334AD (or 0xB334AD) is unknown color: approx Fuchsia. HEX triplet: B3, 34 and AD. RGB value is (179,52,173). Sum of RGB (Red+Green+Blue) = 179+52+173=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B334AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B334AD is #4CCB52. Grayscale: #676767. Windows color (decimal): -5032787 or 11351219. OLE color: 11351219.

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

Color convert

RGB17952173-
CMYK00.710.030.30
HSL302.83º54.98%45.29%-
HSV(B)302.83º70.95%70.2%-
XYZ27.3615.0641-
YUV103.77167.08181.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.31%
GREEN value IS 52 (20.70% from 255) = 12.87%
BLUE value IS 173 (67.97% from 255) = 42.82%
R=44.31%
G=12.87%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795217300.710.030.30302.8354.9845.29
HexB334AD04731E12f372d
Octal2636425501073364576755
Binary1011001111010010101101010001111111110100101111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B334AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B334AD; }

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

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

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

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

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

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

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

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