#BE39B4

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

Shades of Fuchsia #BE39B4

Tints of Fuchsia #BE39B4

Color information

#BE39B4 (or 0xBE39B4) is unknown color: approx Fuchsia. HEX triplet: BE, 39 and B4. RGB value is (190,57,180). Sum of RGB (Red+Green+Blue) = 190+57+180=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE39B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE39B4 is #41C64B. Grayscale: #6E6E6E. Windows color (decimal): -4310604 or 11811262. OLE color: 11811262.

HSL color Cylindrical-coordinate representation of color #BE39B4: hue angle of 304.51º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE39B4 is Cyan = 0, Magento = 0.7, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB19057180-
CMYK00.70.050.25
HSL304.51º53.85%48.43%-
HSV(B)304.51º70%74.51%-
XYZ30.9417.1744.86-
YUV110.79167.06184.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.50%
GREEN value IS 57 (22.66% from 255) = 13.35%
BLUE value IS 180 (70.70% from 255) = 42.15%
R=44.50%
G=13.35%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905718000.70.050.25304.5153.8548.43
HexBE39B40465191313630
Octal2767126401065314616660
Binary10111110111001101101000100011010111001100110001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE39B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE39B4; }

 p { color: rgb(190,57,180); }

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

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

 a { background-color: rgb(190,57,180); }

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

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

 span { border-color: rgb(190,57,180); }

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