#B340C3

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

Shades of Fuchsia #B340C3

Tints of Fuchsia #B340C3

Color information

#B340C3 (or 0xB340C3) is unknown color: approx Fuchsia. HEX triplet: B3, 40 and C3. RGB value is (179,64,195). Sum of RGB (Red+Green+Blue) = 179+64+195=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 195 (76.56% from 255 or 44.52% from 438); Max value from RGB is 195 - color contains mainly: blue. Hex color #B340C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B340C3 is #4CBF3C. Grayscale: #707070. Windows color (decimal): -5029693 or 12796083. OLE color: 12796083.

HSL color Cylindrical-coordinate representation of color #B340C3: hue angle of 292.67º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B340C3 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17964195-
CMYK0.080.6700.24
HSL292.67º52.19%50.78%-
HSV(B)292.67º67.18%76.47%-
XYZ30.2717.1953.35-
YUV113.32174.1174.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.87%
GREEN value IS 64 (25.39% from 255) = 14.61%
BLUE value IS 195 (76.56% from 255) = 44.52%
R=40.87%
G=14.61%
B=44.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal179641950.080.6700.24292.6752.1950.78
HexB340C38430181253433
Octal263100303101030304456463
Binary1011001110000001100001110001000011011000100100101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B340C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B340C3; }

 p { color: rgb(179,64,195); }

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

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

 a { background-color: rgb(179,64,195); }

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

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

 span { border-color: rgb(179,64,195); }

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