#BE3FB1

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

Shades of Fuchsia #BE3FB1

Tints of Fuchsia #BE3FB1

Color information

#BE3FB1 (or 0xBE3FB1) is unknown color: approx Fuchsia. HEX triplet: BE, 3F and B1. RGB value is (190,63,177). Sum of RGB (Red+Green+Blue) = 190+63+177=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3FB1 is #41C04E. Grayscale: #717171. Windows color (decimal): -4309071 or 11616190. OLE color: 11616190.

HSL color Cylindrical-coordinate representation of color #BE3FB1: hue angle of 306.14º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3FB1 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB19063177-
CMYK00.670.070.25
HSL306.14º50.2%49.61%-
HSV(B)306.14º66.84%74.51%-
XYZ30.9517.6843.38-
YUV113.97163.58182.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 63 (25% from 255) = 14.65%
BLUE value IS 177 (69.53% from 255) = 41.16%
R=44.19%
G=14.65%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906317700.670.070.25306.1450.249.61
HexBE3FB10437191323232
Octal2767726101037314626262
Binary10111110111111101100010100001111111001100110010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3FB1; }

 p { color: rgb(190,63,177); }

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

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

 a { background-color: rgb(190,63,177); }

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

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

 span { border-color: rgb(190,63,177); }

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