#BE3FC7

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

Shades of Fuchsia #BE3FC7

Tints of Fuchsia #BE3FC7

Color information

#BE3FC7 (or 0xBE3FC7) is unknown color: approx Fuchsia. HEX triplet: BE, 3F and C7. RGB value is (190,63,199). Sum of RGB (Red+Green+Blue) = 190+63+199=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 199 - color contains mainly: blue. Hex color #BE3FC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3FC7 is #41C038. Grayscale: #747474. Windows color (decimal): -4309049 or 13057982. OLE color: 13057982.

HSL color Cylindrical-coordinate representation of color #BE3FC7: hue angle of 296.03º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3FC7 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19063199-
CMYK0.050.6800.22
HSL296.03º54.84%51.37%-
HSV(B)296.03º68.34%78.04%-
XYZ33.3218.6355.87-
YUV116.48174.58180.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 63 (25% from 255) = 13.94%
BLUE value IS 199 (78.12% from 255) = 44.03%
R=42.04%
G=13.94%
B=44.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190631990.050.6800.22296.0354.8451.37
HexBE3FC75440161283733
Octal2767730751040264506763
Binary10111110111111110001111011000100010110100101000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3FC7; }

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

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

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

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

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

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

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

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