#BE39C0

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

Shades of Fuchsia #BE39C0

Tints of Fuchsia #BE39C0

Color information

#BE39C0 (or 0xBE39C0) is unknown color: approx Fuchsia. HEX triplet: BE, 39 and C0. RGB value is (190,57,192). Sum of RGB (Red+Green+Blue) = 190+57+192=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE39C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE39C0 is #41C63F. Grayscale: #6F6F6F. Windows color (decimal): -4310592 or 12597694. OLE color: 12597694.

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

Color convert

RGB19057192-
CMYK0.010.7000.25
HSL299.11º54.22%48.82%-
HSV(B)299.11º70.31%75.29%-
XYZ32.2117.6851.58-
YUV112.16173.06183.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.28%
GREEN value IS 57 (22.66% from 255) = 12.98%
BLUE value IS 192 (75.39% from 255) = 43.74%
R=43.28%
G=12.98%
B=43.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190571920.010.7000.25299.1154.2248.82
HexBE39C014601912b3631
Octal2767130011060314536661
Binary101111101110011100000011000110011001100101011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE39C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE39C0; }

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

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

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

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

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

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

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

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