#B334B4

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

Shades of Fuchsia #B334B4

Tints of Fuchsia #B334B4

Color information

#B334B4 (or 0xB334B4) is unknown color: approx Fuchsia. HEX triplet: B3, 34 and B4. RGB value is (179,52,180). Sum of RGB (Red+Green+Blue) = 179+52+180=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 180 - color contains mainly: blue. Hex color #B334B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B334B4 is #4CCB4B. Grayscale: #686868. Windows color (decimal): -5032780 or 11809971. OLE color: 11809971.

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

Color convert

RGB17952180-
CMYK0.010.7100.29
HSL299.53º55.17%45.49%-
HSV(B)299.53º71.11%70.59%-
XYZ28.0615.3344.66-
YUV104.56170.58181.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.55%
GREEN value IS 52 (20.70% from 255) = 12.65%
BLUE value IS 180 (70.70% from 255) = 43.80%
R=43.55%
G=12.65%
B=43.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179521800.010.7100.29299.5355.1745.49
HexB334B414701D12c372d
Octal2636426411070354546755
Binary101100111101001011010011000111011101100101100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B334B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B334B4; }

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

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

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

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

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

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

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

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