#BE3CBA

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

Shades of Fuchsia #BE3CBA

Tints of Fuchsia #BE3CBA

Color information

#BE3CBA (or 0xBE3CBA) is unknown color: approx Fuchsia. HEX triplet: BE, 3C and BA. RGB value is (190,60,186). Sum of RGB (Red+Green+Blue) = 190+60+186=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3CBA is #41C345. Grayscale: #707070. Windows color (decimal): -4309830 or 12205246. OLE color: 12205246.

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

Color convert

RGB19060186-
CMYK00.680.020.25
HSL301.85º52%49.02%-
HSV(B)301.85º68.42%74.51%-
XYZ31.7117.7248.2-
YUV113.23169.07182.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.58%
GREEN value IS 60 (23.83% from 255) = 13.76%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=43.58%
G=13.76%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906018600.680.020.25301.855249.02
HexBE3CBA04421912e3431
Octal2767427201042314566461
Binary1011111011110010111010010001001011001100101110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3CBA; }

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

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

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

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

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

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

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

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