#B34DB1

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

Shades of Fuchsia #B34DB1

Tints of Fuchsia #B34DB1

Color information

#B34DB1 (or 0xB34DB1) is unknown color: approx Fuchsia. HEX triplet: B3, 4D and B1. RGB value is (179,77,177). Sum of RGB (Red+Green+Blue) = 179+77+177=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B34DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34DB1 is #4CB24E. Grayscale: #767676. Windows color (decimal): -5026383 or 11619763. OLE color: 11619763.

HSL color Cylindrical-coordinate representation of color #B34DB1: hue angle of 301.18º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B34DB1 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB17977177-
CMYK00.570.010.30
HSL301.18º40.16%50.2%-
HSV(B)301.18º56.98%70.2%-
XYZ29.1818.0743.54-
YUV118.9160.79170.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.34%
GREEN value IS 77 (30.47% from 255) = 17.78%
BLUE value IS 177 (69.53% from 255) = 40.88%
R=41.34%
G=17.78%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797717700.570.010.30301.1840.1650.2
HexB34DB103911E12d2832
Octal2631152610711364555062
Binary101100111001101101100010111001111110100101101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34DB1; }

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

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

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

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

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

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

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

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