#B334B2

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

Shades of Fuchsia #B334B2

Tints of Fuchsia #B334B2

Color information

#B334B2 (or 0xB334B2) is unknown color: approx Fuchsia. HEX triplet: B3, 34 and B2. RGB value is (179,52,178). Sum of RGB (Red+Green+Blue) = 179+52+178=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 178 (69.92% from 255 or 43.52% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B334B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B334B2 is #4CCB4D. Grayscale: #676767. Windows color (decimal): -5032782 or 11678899. OLE color: 11678899.

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

Color convert

RGB17952178-
CMYK00.710.010.30
HSL300.47º54.98%45.29%-
HSV(B)300.47º70.95%70.2%-
XYZ27.8515.2543.6-
YUV104.34169.58181.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.77%
GREEN value IS 52 (20.70% from 255) = 12.71%
BLUE value IS 178 (69.92% from 255) = 43.52%
R=43.77%
G=12.71%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795217800.710.010.30300.4754.9845.29
HexB334B204711E12c372d
Octal2636426201071364546755
Binary101100111101001011001001000111111110100101100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B334B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B334B2; }

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

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

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

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

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

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

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

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