#BE31BA

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

Shades of Fuchsia #BE31BA

Tints of Fuchsia #BE31BA

Color information

#BE31BA (or 0xBE31BA) is unknown color: approx Fuchsia. HEX triplet: BE, 31 and BA. RGB value is (190,49,186). Sum of RGB (Red+Green+Blue) = 190+49+186=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 49 (19.53% from 255 or 11.53% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE31BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE31BA is #41CE45. Grayscale: #6A6A6A. Windows color (decimal): -4312646 or 12202430. OLE color: 12202430.

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

Color convert

RGB19049186-
CMYK00.740.020.25
HSL301.7º59%46.86%-
HSV(B)301.7º74.21%74.51%-
XYZ31.216.6948.03-
YUV106.78172.71187.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 49 (19.53% from 255) = 11.53%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=44.71%
G=11.53%
B=43.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904918600.740.020.25301.75946.86
HexBE31BA04A21912e3b2f
Octal2766127201122314567357
Binary1011111011000110111010010010101011001100101110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE31BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE31BA; }

 p { color: rgb(190,49,186); }

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

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

 a { background-color: rgb(190,49,186); }

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

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

 span { border-color: rgb(190,49,186); }

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