#BE31B6

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

Shades of Fuchsia #BE31B6

Tints of Fuchsia #BE31B6

Color information

#BE31B6 (or 0xBE31B6) is unknown color: approx Fuchsia. HEX triplet: BE, 31 and B6. RGB value is (190,49,182). Sum of RGB (Red+Green+Blue) = 190+49+182=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 182 (71.48% from 255 or 43.23% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE31B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE31B6 is #41CE49. Grayscale: #696969. Windows color (decimal): -4312650 or 11940286. OLE color: 11940286.

HSL color Cylindrical-coordinate representation of color #BE31B6: hue angle of 303.4º 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 #BE31B6 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19049182-
CMYK00.740.040.25
HSL303.4º59%46.86%-
HSV(B)303.4º74.21%74.51%-
XYZ30.7816.5245.82-
YUV106.32170.71187.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 49 (19.53% from 255) = 11.64%
BLUE value IS 182 (71.48% from 255) = 43.23%
R=45.13%
G=11.64%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904918200.740.040.25303.45946.86
HexBE31B604A41912f3b2f
Octal2766126601124314577357
Binary10111110110001101101100100101010011001100101111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE31B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE31B6; }

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

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

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

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

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

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

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

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