#B34DC1

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

Shades of Fuchsia #B34DC1

Tints of Fuchsia #B34DC1

Color information

#B34DC1 (or 0xB34DC1) is unknown color: approx Fuchsia. HEX triplet: B3, 4D and C1. RGB value is (179,77,193). Sum of RGB (Red+Green+Blue) = 179+77+193=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 193 - color contains mainly: blue. Hex color #B34DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34DC1 is #4CB23E. Grayscale: #787878. Windows color (decimal): -5026367 or 12668339. OLE color: 12668339.

HSL color Cylindrical-coordinate representation of color #B34DC1: hue angle of 292.76º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B34DC1 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17977193-
CMYK0.070.6000.24
HSL292.76º48.33%52.94%-
HSV(B)292.76º60.1%75.69%-
XYZ30.8718.7452.44-
YUV120.72168.79169.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.87%
GREEN value IS 77 (30.47% from 255) = 17.15%
BLUE value IS 193 (75.78% from 255) = 42.98%
R=39.87%
G=17.15%
B=42.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal179771930.070.6000.24292.7648.3352.94
HexB34DC173C0181253035
Octal2631153017740304456065
Binary10110011100110111000001111111100011000100100101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34DC1; }

 p { color: rgb(179,77,193); }

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

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

 a { background-color: rgb(179,77,193); }

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

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

 span { border-color: rgb(179,77,193); }

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