#B334B0

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

Shades of Fuchsia #B334B0

Tints of Fuchsia #B334B0

Color information

#B334B0 (or 0xB334B0) is unknown color: approx Fuchsia. HEX triplet: B3, 34 and B0. RGB value is (179,52,176). Sum of RGB (Red+Green+Blue) = 179+52+176=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 176 (69.14% from 255 or 43.24% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B334B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B334B0 is #4CCB4F. Grayscale: #676767. Windows color (decimal): -5032784 or 11547827. OLE color: 11547827.

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

Color convert

RGB17952176-
CMYK00.710.020.30
HSL301.42º54.98%45.29%-
HSV(B)301.42º70.95%70.2%-
XYZ27.6515.1742.55-
YUV104.11168.58181.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.98%
GREEN value IS 52 (20.70% from 255) = 12.78%
BLUE value IS 176 (69.14% from 255) = 43.24%
R=43.98%
G=12.78%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795217600.710.020.30301.4254.9845.29
HexB334B004721E12d372d
Octal2636426001072364556755
Binary1011001111010010110000010001111011110100101101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B334B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B334B0; }

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

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

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

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

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

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

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

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