#BE38C9

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

Shades of Fuchsia #BE38C9

Tints of Fuchsia #BE38C9

Color information

#BE38C9 (or 0xBE38C9) is unknown color: approx Fuchsia. HEX triplet: BE, 38 and C9. RGB value is (190,56,201). Sum of RGB (Red+Green+Blue) = 190+56+201=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 56 (22.27% from 255 or 12.53% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE38C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE38C9 is #41C736. Grayscale: #707070. Windows color (decimal): -4310839 or 13187262. OLE color: 13187262.

HSL color Cylindrical-coordinate representation of color #BE38C9: hue angle of 295.45º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE38C9 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19056201-
CMYK0.050.7200.21
HSL295.45º57.31%50.39%-
HSV(B)295.45º72.14%78.82%-
XYZ33.1917.9956.98-
YUV112.6177.89183.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 56 (22.27% from 255) = 12.53%
BLUE value IS 201 (78.91% from 255) = 44.97%
R=42.51%
G=12.53%
B=44.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190562010.050.7200.21295.4557.3150.39
HexBE38C95480151273932
Octal2767031151100254477162
Binary10111110111000110010011011001000010101100100111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE38C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE38C9; }

 p { color: rgb(190,56,201); }

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

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

 a { background-color: rgb(190,56,201); }

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

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

 span { border-color: rgb(190,56,201); }

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