#B34DC2

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

Shades of Fuchsia #B34DC2

Tints of Fuchsia #B34DC2

Color information

#B34DC2 (or 0xB34DC2) is unknown color: approx Fuchsia. HEX triplet: B3, 4D and C2. RGB value is (179,77,194). Sum of RGB (Red+Green+Blue) = 179+77+194=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 194 - color contains mainly: blue. Hex color #B34DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34DC2 is #4CB23D. Grayscale: #787878. Windows color (decimal): -5026366 or 12733875. OLE color: 12733875.

HSL color Cylindrical-coordinate representation of color #B34DC2: hue angle of 292.31º degrees, saturation: 0.49, 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 #B34DC2 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17977194-
CMYK0.080.6000.24
HSL292.31º48.95%53.14%-
HSV(B)292.31º60.31%76.08%-
XYZ30.9818.7953.03-
YUV120.84169.29169.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.78%
GREEN value IS 77 (30.47% from 255) = 17.11%
BLUE value IS 194 (76.17% from 255) = 43.11%
R=39.78%
G=17.11%
B=43.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal179771940.080.6000.24292.3148.9553.14
HexB34DC283C0181243135
Octal26311530210740304446165
Binary101100111001101110000101000111100011000100100100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34DC2; }

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

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

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

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

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

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

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

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