#B34DBE

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

Shades of Fuchsia #B34DBE

Tints of Fuchsia #B34DBE

Color information

#B34DBE (or 0xB34DBE) is unknown color: approx Fuchsia. HEX triplet: B3, 4D and BE. RGB value is (179,77,190). Sum of RGB (Red+Green+Blue) = 179+77+190=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #B34DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34DBE is #4CB241. Grayscale: #787878. Windows color (decimal): -5026370 or 12471731. OLE color: 12471731.

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

Color convert

RGB17977190-
CMYK0.060.5900.25
HSL294.16º46.5%52.35%-
HSV(B)294.16º59.47%74.51%-
XYZ30.5418.6150.7-
YUV120.38167.29169.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.13%
GREEN value IS 77 (30.47% from 255) = 17.26%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=40.13%
G=17.26%
B=42.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179771900.060.5900.25294.1646.552.35
HexB34DBE63B0191262f34
Octal2631152766730314465764
Binary10110011100110110111110110111011011001100100110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34DBE; }

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

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

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

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

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

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

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

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