#B342BF

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

Shades of Fuchsia #B342BF

Tints of Fuchsia #B342BF

Color information

#B342BF (or 0xB342BF) is unknown color: approx Fuchsia. HEX triplet: B3, 42 and BF. RGB value is (179,66,191). Sum of RGB (Red+Green+Blue) = 179+66+191=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #B342BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B342BF is #4CBD40. Grayscale: #717171. Windows color (decimal): -5029185 or 12534451. OLE color: 12534451.

HSL color Cylindrical-coordinate representation of color #B342BF: hue angle of 294.24º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B342BF is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17966191-
CMYK0.060.6500.25
HSL294.24º49.41%50.39%-
HSV(B)294.24º65.45%74.9%-
XYZ29.9417.2451.04-
YUV114.04171.44174.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.06%
GREEN value IS 66 (26.17% from 255) = 15.14%
BLUE value IS 191 (75% from 255) = 43.81%
R=41.06%
G=15.14%
B=43.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179661910.060.6500.25294.2449.4150.39
HexB342BF6410191263132
Octal26310227761010314466162
Binary101100111000010101111111101000001011001100100110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B342BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B342BF; }

 p { color: rgb(179,66,191); }

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

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

 a { background-color: rgb(179,66,191); }

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

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

 span { border-color: rgb(179,66,191); }

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